|
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.
Constructor Summary | |
---|---|
PropertyDescriptor(java.lang.String propertyName,
boolean required)
Creates new instance. |
|
PropertyDescriptor(java.lang.String propertyName,
boolean required,
FieldType fieldType)
Creates new instance. |
Method Summary | |
---|---|
FieldType |
getFieldType()
Gets field type. |
java.lang.String |
getPropertyName()
Gets property name. |
java.lang.String |
getReadablePropertyName()
|
boolean |
isRequired()
Gets whether property is required. |
java.lang.String |
toString()
Gets property name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyDescriptor(java.lang.String propertyName, boolean required)
propertyName
- the property name.required
- if property is requiredpublic PropertyDescriptor(java.lang.String propertyName, boolean required, FieldType fieldType)
propertyName
- the property namerequired
- if property is requiredfieldType
- the field typeMethod Detail |
---|
public java.lang.String getPropertyName()
public java.lang.String getReadablePropertyName()
public boolean isRequired()
public FieldType getFieldType()
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 |