|
|||||||||
| 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 | |
|---|---|
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 |
|---|
public Select()
| Method Detail |
|---|
public abstract SelectionBase selection()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Instance
clone in interface Instanceclone in class java.lang.Objectjava.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().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||