com.jscape.util.reflection
Class PropertyDescriptor
java.lang.Object
com.jscape.util.reflection.PropertyDescriptor
public class PropertyDescriptor
- extends java.lang.Object
Action property descriptor.
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 |
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
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 namerequired
- if property is requiredfieldType
- 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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved