Uses of Class
ru.curs.celesta.score.SequenceElement.Argument
-
Packages that use SequenceElement.Argument Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of SequenceElement.Argument in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return SequenceElement.Argument Modifier and Type Method 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.Methods in ru.curs.celesta.score that return types with arguments of type SequenceElement.Argument Modifier and Type Method Description Map<SequenceElement.Argument,Object>
SequenceElement. getArguments()
Returns a map of all arguments with values for the sequence.Methods in ru.curs.celesta.score with parameters of type SequenceElement.Argument Modifier and Type Method Description boolean
SequenceElement. hasArgument(SequenceElement.Argument argument)
Whether the sequence contains the specified argument.
-