public interface IMetaPrimitive
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IMetaPrimitive.PrimitiveType  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDefaultValue()  | 
IMetaEnumeration | 
getEnumeration()  | 
Collection<? extends IMetaEnumValue> | 
getEnumValues()  | 
int | 
getLength()  | 
UUID | 
getModelGUID()
Returns the identifier of the modeled attribute which is the base of this meta primitive. 
 | 
String | 
getName()  | 
IMetaObject | 
getParent()  | 
IMetaPrimitive.PrimitiveType | 
getType()  | 
String | 
getVirtualActionName()  | 
boolean | 
hasMetaDataAccess(IContext context)  | 
boolean | 
isDecimal()  | 
boolean | 
isNumeric()  | 
boolean | 
isVirtual()  | 
boolean | 
shouldLocalizeDate()  | 
String getDefaultValue()
boolean isVirtual()
int getLength()
String getName()
IMetaObject getParent()
IMetaPrimitive.PrimitiveType getType()
String getVirtualActionName()
Collection<? extends IMetaEnumValue> getEnumValues()
boolean hasMetaDataAccess(IContext context)
context - IMetaEnumeration getEnumeration()
boolean shouldLocalizeDate()
boolean isDecimal()
boolean isNumeric()
UUID getModelGUID()