public class ProtocolAttributeMetaData extends java.lang.Object implements AttributeMetaData
| Constructor and Description |
|---|
ProtocolAttributeMetaData(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<AttributeMetaData> |
getAttributeParts() |
FieldType |
getDataType() |
java.lang.Object |
getDefaultValue() |
java.lang.String |
getDescription() |
java.util.List<java.lang.String> |
getEnumOptions() |
java.lang.String |
getLabel() |
java.lang.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 ProtocolAttributeMetaData(Protocol protocol)
public java.lang.String getName()
getName in interface AttributeMetaDatapublic java.lang.String getLabel()
getLabel in interface AttributeMetaDatapublic java.lang.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 java.lang.Object getDefaultValue()
getDefaultValue in interface AttributeMetaDatapublic boolean isIdAtrribute()
isIdAtrribute in interface AttributeMetaDatapublic boolean isLabelAttribute()
isLabelAttribute in interface AttributeMetaDatapublic EntityMetaData getRefEntity()
getRefEntity in interface AttributeMetaDatapublic java.lang.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 java.util.List<java.lang.String> getEnumOptions()
getEnumOptions in interface AttributeMetaDatapublic boolean isSameAs(AttributeMetaData attributeMetaData)
isSameAs in interface AttributeMetaDataCopyright © 2014. All Rights Reserved.