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
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().public Object getSelectValue()