|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.reflection.PropertyDescriptor
public class PropertyDescriptor
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 | |
---|---|
FieldType |
getFieldType()
Return property type. |
java.lang.String |
getLabel()
Returns property label. |
java.lang.String |
getPostLabel()
Returns property post label. |
java.lang.String |
getPropertyName()
Returns property name. |
boolean |
isAdvanced()
Returns whether property is advanced. |
boolean |
isRequired()
Returns whether property is required. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String propertyName
public final java.lang.String label
public final java.lang.String postLabel
public final FieldType fieldType
public final boolean required
public final boolean advanced
Constructor Detail |
---|
public PropertyDescriptor(java.lang.String propertyName, java.lang.String label, java.lang.String postLabel, FieldType fieldType, boolean required, boolean advanced)
public PropertyDescriptor(java.lang.String propertyName, java.lang.String postLabel, FieldType fieldType, boolean required, boolean advanced)
public PropertyDescriptor(java.lang.String propertyName, FieldType fieldType, boolean required, boolean advanced)
public PropertyDescriptor(java.lang.String propertyName, boolean required, FieldType fieldType)
propertyName
- the property namerequired
- if property is requiredfieldType
- the field typepublic PropertyDescriptor(java.lang.String propertyName, boolean required)
propertyName
- the property name.required
- if property is requiredMethod Detail |
---|
public java.lang.String getPropertyName()
public java.lang.String getLabel()
public java.lang.String getPostLabel()
public FieldType getFieldType()
public boolean isRequired()
true
if property is requiredpublic boolean isAdvanced()
true
if property is advanced.public java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |