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() |
List<String> |
getEnumOptions() |
String |
getLabel() |
String |
getName() |
Range |
getRange() |
EntityMetaData |
getRefEntity() |
boolean |
isAggregateable() |
boolean |
isAuto() |
boolean |
isIdAtrribute() |
boolean |
isLabelAttribute() |
boolean |
isLookupAttribute() |
boolean |
isNillable() |
boolean |
isReadonly() |
boolean |
isSameAs(AttributeMetaData attributeMetaData) |
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 AttributeMetaDatapublic boolean isAggregateable()
isAggregateable in interface AttributeMetaDatapublic Range getRange()
getRange in interface AttributeMetaDatapublic List<String> getEnumOptions()
getEnumOptions in interface AttributeMetaDatapublic boolean isSameAs(AttributeMetaData attributeMetaData)
isSameAs in interface AttributeMetaDataCopyright © 2014. All Rights Reserved.