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