public interface FieldDefinition
Modifier and Type | Method and Description |
---|---|
DataDefinition |
getDataDefinition()
Return data definition which this field belongs to.
|
Object |
getDefaultValue()
Return default value for this field.
|
String |
getExpression()
Get expression to get the field value.
|
String |
getName()
Return field's name.
|
FieldType |
getType()
Return field's type.
|
String |
getValue(Object value,
Locale locale)
Convert value to string.
|
boolean |
isPersistent()
Return true if this field is persistent (will be saved in database).
|
boolean |
isReadOnly()
Return true if this field is readonly.
|
boolean |
isRequired()
Return true if this field is required.
|
boolean |
isUnique()
Return true if this field is unique.
|
DataDefinition getDataDefinition()
Object getDefaultValue()
String getExpression()
String getName()
FieldType getType()
String getValue(Object value, Locale locale)
value
- valuelocale
- localeFieldType.toString(Object, Locale)
boolean isPersistent()
boolean isReadOnly()
boolean isRequired()
boolean isUnique()
Copyright © 2010-2025 Qcadoo Limited