public abstract class Enumeration extends Object implements Instance
The methods defined in this base class provide the late-bound interface.
Modifier | Constructor and Description |
---|---|
protected |
Enumeration(int r,
String n) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Generate a shallow copy of this object
|
String |
getName()
Gets the name of the item as defined in EPXRESS.
|
int |
getRank()
Gets the rank of the iten as defined in EPXRESS.
|
String |
toString()
Gets the name of the item as defined in EPXRESS.
|
protected Enumeration(int r, String n)
public String getName()
public String toString()
public int getRank()
public Object clone() throws CloneNotSupportedException
Instance
clone
in interface Instance
clone
in class Object
CloneNotSupportedException
- If this object cannot be cloned.
This is not thrown be any ST-Developer class, but was provided in the
java.lang.Object prototype for clone().