public class Metadata.DataProperty extends java.lang.Object implements IDataProperty
| Type | Property and Description |
|---|---|
boolean |
isKey |
| Constructor and Description |
|---|
Metadata.DataProperty(IEntityType parentType,
java.util.Map<java.lang.String,java.lang.Object> dpMap,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
IEntityType |
getComplexType() |
DataType |
getDataType() |
java.lang.Class |
getEnumType() |
java.lang.String |
getName() |
IEntityType |
getParentType() |
boolean |
isKeyProperty() |
isKeyProperty in interface IDataPropertypublic Metadata.DataProperty(IEntityType parentType, java.util.Map<java.lang.String,java.lang.Object> dpMap, Metadata metadata)
public boolean isKeyProperty()
isKeyProperty in interface IDataPropertypublic DataType getDataType()
getDataType in interface IDataPropertypublic IEntityType getComplexType()
getComplexType in interface IDataPropertypublic IEntityType getParentType()
getParentType in interface IPropertypublic java.lang.Class getEnumType()
getEnumType in interface IDataProperty