| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Modifier and Type | Method and Description |
|---|---|
ComplexSelection.Type |
ComplexSelection.getType()
Returns the type of this
ComplexSelection. |
static ComplexSelection.Type |
ComplexSelection.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComplexSelection.Type[] |
ComplexSelection.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComplexSelection(ComplexSelection.Type type)
Constructs a new (and empty)
ComplexSelection of the given
type. |