| Package | Description |
|---|---|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
static SequenceElement.Argument |
SequenceElement.Argument.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceElement.Argument[] |
SequenceElement.Argument.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SequenceElement.Argument,Object> |
SequenceElement.getArguments()
Returns a map of all arguments with values for the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SequenceElement.getArgument(SequenceElement.Argument argument)
Returns value of the specified argument.
|
boolean |
SequenceElement.hasArgument(SequenceElement.Argument argument)
Whether the sequence contains the specified argument.
|
Copyright © 2020 CURS. All rights reserved.