JSCAPE MFT Server

com.jscape.util.reflection
Class PropertyDescriptor

java.lang.Object
  extended by com.jscape.util.reflection.PropertyDescriptor

public class PropertyDescriptor
extends java.lang.Object

Action property descriptor.


Field Summary
 boolean advanced
           
 FieldType fieldType
           
 java.lang.String label
           
 java.lang.String postLabel
           
 java.lang.String propertyName
           
 boolean required
           
 
Constructor Summary
PropertyDescriptor(java.lang.String propertyName, boolean required)
          Deprecated.  
PropertyDescriptor(java.lang.String propertyName, boolean required, FieldType fieldType)
          Deprecated.  
PropertyDescriptor(java.lang.String propertyName, FieldType fieldType, boolean required, boolean advanced)
           
PropertyDescriptor(java.lang.String propertyName, java.lang.String postLabel, FieldType fieldType, boolean required, boolean advanced)
           
PropertyDescriptor(java.lang.String propertyName, java.lang.String label, java.lang.String postLabel, FieldType fieldType, boolean required, boolean advanced)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyName

public final java.lang.String propertyName

label

public final java.lang.String label

postLabel

public final java.lang.String postLabel

fieldType

public final FieldType fieldType

required

public final boolean required

advanced

public final boolean advanced
Constructor Detail

PropertyDescriptor

public PropertyDescriptor(java.lang.String propertyName,
                          java.lang.String label,
                          java.lang.String postLabel,
                          FieldType fieldType,
                          boolean required,
                          boolean advanced)

PropertyDescriptor

public PropertyDescriptor(java.lang.String propertyName,
                          java.lang.String postLabel,
                          FieldType fieldType,
                          boolean required,
                          boolean advanced)

PropertyDescriptor

public PropertyDescriptor(java.lang.String propertyName,
                          FieldType fieldType,
                          boolean required,
                          boolean advanced)

PropertyDescriptor

public PropertyDescriptor(java.lang.String propertyName,
                          boolean required,
                          FieldType fieldType)
Deprecated. 

Creates new instance.

Parameters:
propertyName - the property name
required - if property is required
fieldType - the field type

PropertyDescriptor

public PropertyDescriptor(java.lang.String propertyName,
                          boolean required)
Deprecated. 

Creates new instance.

Parameters:
propertyName - the property name.
required - if property is required
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved