|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldInfo
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 |
|---|
FieldType getFieldType()
String getName()
boolean isRequired()
boolean allowNull()
FieldValidationRule getFieldValidationRule()
void setFieldValidationRule(FieldValidationRule rule)
rule - the new FieldValidationRule.FieldValueOptions getFieldValueOptions()
void setFieldValueOptions(FieldValueOptions options)
options - the new FieldValueOptions object.Object getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||