| Constructor and Description |
|---|
Select() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public abstract SelectionBase selection()
public Object clone() throws CloneNotSupportedException
Instanceclone 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()