public class DatatypeEntry extends NamedEntry
entity, extId, extName| Constructor and Description |
|---|
DatatypeEntry(Datatype<?> type)
create data entry with given name
|
| Modifier and Type | Method and Description |
|---|---|
Datatype<?> |
getDatatype() |
Collection<Facet> |
getFacet()
get RW access to constraints of the DE
|
int |
getIndex()
get pointer to DAG entry corresponding to the data entry
|
boolean |
isBasicDataType()
check if data entry represents basic data type
|
void |
setIndex(int p)
set DAG index of the data entry
|
String |
toString() |
public DatatypeEntry(Datatype<?> type)
public boolean isBasicDataType()
public Datatype<?> getDatatype()
public Collection<Facet> getFacet()
@PortedFrom(file="taxNamEntry.h", name="getIndex") public int getIndex()
getIndex in class NamedEntry@PortedFrom(file="taxNamEntry.h", name="setIndex") public void setIndex(int p)
setIndex in class NamedEntrypublic String toString()
toString in class NamedEntryCopyright © 2013 The University of Manchester. All Rights Reserved.