public interface IMetaProperty
This interface is not intended to be implemented by clients.
IMetaItem.getMetaProperties()
Modifier and Type | Method and Description |
---|---|
String |
getAltLabelLong()
The Alternative System Architect long label for the property.
|
String |
getAltLabelShort()
The Alternative System Architect short label for the property.
|
String |
getDefault()
The default value set for the property on first use.
|
long |
getEditFlags()
The number of properties that must be filled in for a property.
|
long |
getEditLength()
The edit length of the property.
|
String |
getEditType()
The edit type of the property.
|
long |
getEditTypeNum()
The edit type numerical constant of the property.
|
String |
getHelp()
The help text set for this property.
|
IMetaItem |
getInheritedPropertyFrom() |
List<IMetaKeyedBy> |
getKeyedBy()
The property is keyed by another property or not.
|
String |
getLabel()
The standard System Architect label for the property.
|
IMetaList |
getList()
Returns MetaList enumeration defines the possible choices for the property value.
|
IMetaItem |
getMetaItem()
Provides access to the parent MetaItem object.
|
String |
getName()
The name of the property.
|
long |
getOfFlags()
The number of flags for the property.
|
long |
getOfMajorType()
The numerical constant of the parent objects class.
|
String |
getOfMajorTypeName()
The type name of the parent objects class.
|
long |
getOfMinorType()
The current parent objects numerical type constant.
|
String |
getOfMinorTypeName()
The current parent objects type name.
|
long |
getOfRelateType()
The parent objects relationship number
|
long |
getRangeMax()
The maximum edit range value.
|
long |
getRangeMin()
The minimum edit range value.
|
long |
getRequired()
The required property for the object.
|
long |
getTypeNumber()
The type number of the parent object.
|
boolean |
isKey()
Whether the property is a key or not.
|
IMetaItem getMetaItem()
String getAltLabelLong()
String getAltLabelShort()
String getDefault()
long getEditFlags()
long getEditLength()
String getEditType()
long getEditTypeNum()
String getHelp()
List<IMetaKeyedBy> getKeyedBy()
String getLabel()
String getName()
long getOfFlags()
long getOfMajorType()
String getOfMajorTypeName()
long getOfMinorType()
String getOfMinorTypeName()
long getOfRelateType()
long getRangeMax()
long getRangeMin()
long getRequired()
boolean isKey()
long getTypeNumber()
IMetaItem getInheritedPropertyFrom()
IMetaList getList()