|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.Select
public abstract class Select
An instance of an EXPRESS-defined SELECT type
| Constructor Summary | |
|---|---|
Select()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Generate a shallow copy of this object |
Object |
getSelectValue()
Get the object value of this select. |
List<String> |
getTypePath()
Get the type path of this select. |
abstract SelectionBase |
selection()
Gets the selection that this select instance represents |
String |
toString()
Get a string repesentation of the select value |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.steptools.stdev.Instance |
|---|
domain |
| Constructor Detail |
|---|
public Select()
| Method Detail |
|---|
public abstract SelectionBase selection()
public Object clone()
throws CloneNotSupportedException
Instance
clone in interface Instanceclone in class ObjectCloneNotSupportedException - 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().public Object getSelectValue()
public List<String> getTypePath()
public String toString()
toString in class Object
|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||