public class DataSetEntityMetaData extends AbstractEntityMetaData
| Constructor and Description |
|---|
DataSetEntityMetaData(DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AttributeMetaData> |
getAtomicAttributes() |
Iterable<AttributeMetaData> |
getAttributes() |
String |
getDescription() |
Class<? extends Entity> |
getEntityClass() |
EntityMetaData |
getExtends() |
String |
getLabel() |
String |
getName() |
boolean |
isAbstract() |
getAttribute, getAttributesTraverser, getIdAttribute, getLabelAttribute, setIdAttribute, setLabelAttributepublic DataSetEntityMetaData(DataSet dataSet)
public String getName()
public boolean isAbstract()
public String getLabel()
public String getDescription()
public Iterable<AttributeMetaData> getAttributes()
public Iterable<AttributeMetaData> getAtomicAttributes()
getAtomicAttributes in interface EntityMetaDatagetAtomicAttributes in class AbstractEntityMetaDatapublic EntityMetaData getExtends()
Copyright © 2015. All Rights Reserved.