@PortedFrom(file="tNamedEntry.h", name="TNamedEntry") public abstract class NamedEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected NamedEntity |
entity |
protected int |
extId
entry identifier
|
protected String |
extName
name of the entry
|
| Constructor and Description |
|---|
NamedEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
NamedEntity |
getEntity() |
int |
getId()
get internal ID
|
abstract int |
getIndex() |
String |
getName()
gets name of given entry
|
int |
hashCode() |
boolean |
isBottom()
a Bottom-of-the-hierarchy flag
|
boolean |
isSystem()
a System flag
|
boolean |
isTop()
a Top-of-the-hierarchy flag
|
void |
setBottom() |
void |
setEntity(NamedEntity entity) |
void |
setId(int id)
set internal ID
|
abstract void |
setIndex(int i) |
void |
setSystem() |
void |
setTop() |
String |
toString() |
@PortedFrom(file="tNamedEntry.h", name="extName") protected String extName
@PortedFrom(file="tNamedEntry.h", name="extId") protected int extId
@PortedFrom(file="tNamedEntry.h", name="entity") protected NamedEntity entity
public NamedEntry(String name)
@PortedFrom(file="tNamedEntry.h", name="getName") public String getName()
@PortedFrom(file="tNamedEntry.h", name="setId") public void setId(int id)
@PortedFrom(file="tNamedEntry.h", name="getId") public int getId()
@Original public boolean isSystem()
@Original public void setSystem()
@Original public boolean isTop()
@Original public void setTop()
@Original public boolean isBottom()
@Original public void setBottom()
@PortedFrom(file="tNamedEntry.h", name="getEntity") public NamedEntity getEntity()
@PortedFrom(file="tNamedEntry.h", name="setEntity") public void setEntity(NamedEntity entity)
@PortedFrom(file="taxNamEntry.h", name="setIndex") public abstract void setIndex(int i)
@PortedFrom(file="taxNamEntry.h", name="getIndex") public abstract int getIndex()
Copyright © 2013 The University of Manchester. All Rights Reserved.