public interface Field
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
Object |
getDefault() |
Integer |
getDisplayIndex() |
String |
getInvalidChars() |
Long |
getMax() |
Long |
getMaxLength() |
Long |
getMin() |
Long |
getMinLength() |
String |
getName() |
List<String> |
getOptions() |
List<FieldType> |
getSubTypeEnums() |
List<String> |
getSubTypes() |
String |
getType() |
FieldType |
getTypeEnum() |
String |
getValidChars() |
Object |
getValue(Object object) |
boolean |
hasDefault() |
boolean |
isCreate() |
boolean |
isIncludeInList() |
boolean |
isNullable() |
boolean |
isRequired() |
boolean |
isUnique() |
boolean |
isUpdate() |
String getName()
String getType()
FieldType getTypeEnum()
Object getDefault()
boolean hasDefault()
boolean isUnique()
boolean isNullable()
boolean isCreate()
boolean isRequired()
boolean isUpdate()
Long getMinLength()
Long getMaxLength()
Long getMin()
Long getMax()
String getValidChars()
String getInvalidChars()
boolean isIncludeInList()
Integer getDisplayIndex()
Copyright © 2014. All rights reserved.