public class DatatypeEntry extends NamedEntry
| Constructor and Description |
|---|
DatatypeEntry(Datatype<?> type)
create data entry with given name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Datatype<?> |
getDatatype() |
Collection<Facet> |
getFacet() |
int |
getIndex() |
int |
hashCode() |
boolean |
isBasicDataType() |
void |
setIndex(int p)
set DAG index of the data entry
|
String |
toString() |
DatatypeEntry |
withIndex(int p) |
public DatatypeEntry(Datatype<?> type)
type - typepublic 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 NamedEntryp - i@Nonnull public String toString()
toString in class NamedEntrypublic int hashCode()
hashCode in class NamedEntrypublic boolean equals(@Nullable Object obj)
equals in class NamedEntrypublic DatatypeEntry withIndex(int p)
p - index to setCopyright © 2018 The University of Manchester. All rights reserved.