public final class SequenceElement extends GrainElement
| Modifier and Type | Class and Description |
|---|---|
static class |
SequenceElement.Argument
Sequence arguments.
|
MAX_IDENTIFIER_LENGTH| Modifier and Type | Method and Description |
|---|---|
Map<SequenceElement.Argument,Object> |
getArguments()
Returns a map of all arguments with values for the sequence.
|
Long |
getIncrementBy()
Returns INCREMENT BY parameter for this SEQUENCE.
|
Long |
getMaxValue()
Returns MAXVALUE parameter for this SEQUENCE.
|
Long |
getMinValue()
Returns MINVALUE parameter for this SEQUENCE.
|
Long |
getStartWith()
Returns STARTS WITH parameter for this SEQUENCE.
|
boolean |
hasArgument(SequenceElement.Argument argument)
Whether the sequence contains the specified argument.
|
Boolean |
isCycle()
Returns CYCLE parameter for this SEQUENCE.
|
getGrain, getGrainPartequals, getCelestaDoc, getName, getQuotedName, getQuotedNameIfNeeded, hashCode, limitName, limitName, setCelestaDocpublic Map<SequenceElement.Argument,Object> getArguments()
public boolean hasArgument(SequenceElement.Argument argument)
argument - argumentpublic Long getStartWith()
public Long getMinValue()
public Long getMaxValue()
public Long getIncrementBy()
public Boolean isCycle()
Copyright © 2023 CURS. All rights reserved.