com.steptools.stdev
Class Select

java.lang.Object
  extended by com.steptools.stdev.Select
All Implemented Interfaces:
Instance, java.lang.Cloneable

public abstract class Select
extends java.lang.Object
implements Instance

An instance of an EXPRESS-defined SELECT type


Constructor Summary
Select()
           
 
Method Summary
 java.lang.Object clone()
          Generate a shallow copy of this object
abstract  SelectionBase selection()
          Gets the selection that this select instance represents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.steptools.stdev.Instance
domain
 

Constructor Detail

Select

public Select()
Method Detail

selection

public abstract SelectionBase selection()
Gets the selection that this select instance represents


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Description copied from interface: Instance
Generate a shallow copy of this object

Specified by:
clone in interface Instance
Overrides:
clone in class java.lang.Object
Returns:
A copy of this object
Throws:
java.lang.CloneNotSupportedException - If this method cannot be cloned. This is not thrown be any ST-Developer class, but was provided in the java.lang.Object prototype for clone().