|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the interface to a container for Field metadata.
| Method Summary | |
boolean |
allowNull()
Get the null value status. |
Object |
getDefaultValue()
Get the default field value. |
FieldType |
getFieldType()
Get the FieldType. |
FieldValidationRule |
getFieldValidationRule()
Get the FieldValidationRule. |
FieldValueOptions |
getFieldValueOptions()
Get the FieldValueOptions object. |
String |
getName()
Get the field name. |
boolean |
isRequired()
Get the required status. |
void |
setFieldValidationRule(FieldValidationRule rule)
Set the FieldValidationRule. |
void |
setFieldValueOptions(FieldValueOptions options)
Set the FieldValueOptions object. |
| Method Detail |
public FieldType getFieldType()
public String getName()
public boolean isRequired()
public boolean allowNull()
public FieldValidationRule getFieldValidationRule()
public void setFieldValidationRule(FieldValidationRule rule)
rule - the new FieldValidationRule.public FieldValueOptions getFieldValueOptions()
public void setFieldValueOptions(FieldValueOptions options)
options - the new FieldValueOptions object.public Object getDefaultValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||