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 IDataProperty
public Metadata.DataProperty(IEntityType parentType, java.util.Map<java.lang.String,java.lang.Object> dpMap, Metadata metadata)
public boolean isKeyProperty()
isKeyProperty
in interface IDataProperty
public DataType getDataType()
getDataType
in interface IDataProperty
public IEntityType getComplexType()
getComplexType
in interface IDataProperty
public IEntityType getParentType()
getParentType
in interface IProperty
public java.lang.Class getEnumType()
getEnumType
in interface IDataProperty