public class ObservableFeatureAttributeMetaData extends Object implements AttributeMetaData
| Constructor and Description |
|---|
ObservableFeatureAttributeMetaData(ObservableFeature observableFeature) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AttributeMetaData> |
getAttributeParts() |
FieldType |
getDataType() |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
EntityMetaData |
getRefEntity() |
boolean |
isAuto() |
boolean |
isIdAtrribute() |
boolean |
isLabelAttribute() |
boolean |
isLookupAttribute() |
boolean |
isNillable() |
boolean |
isReadonly() |
boolean |
isUnique() |
boolean |
isVisible() |
public ObservableFeatureAttributeMetaData(ObservableFeature observableFeature)
public String getName()
getName in interface AttributeMetaDatapublic String getLabel()
getLabel in interface AttributeMetaDatapublic String getDescription()
getDescription in interface AttributeMetaDatapublic FieldType getDataType()
getDataType in interface AttributeMetaDatapublic boolean isNillable()
isNillable in interface AttributeMetaDatapublic boolean isReadonly()
isReadonly in interface AttributeMetaDatapublic boolean isUnique()
isUnique in interface AttributeMetaDatapublic boolean isVisible()
isVisible in interface AttributeMetaDatapublic Object getDefaultValue()
getDefaultValue in interface AttributeMetaDatapublic boolean isIdAtrribute()
isIdAtrribute in interface AttributeMetaDatapublic boolean isLabelAttribute()
isLabelAttribute in interface AttributeMetaDatapublic EntityMetaData getRefEntity()
getRefEntity in interface AttributeMetaDatapublic Iterable<AttributeMetaData> getAttributeParts()
getAttributeParts in interface AttributeMetaDatapublic boolean isAuto()
isAuto in interface AttributeMetaDatapublic boolean isLookupAttribute()
isLookupAttribute in interface AttributeMetaDataCopyright © 2014. All Rights Reserved.