| Modifier and Type | Method and Description |
|---|---|
static PartOccurrenceMode |
PartOccurrenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartOccurrenceMode[] |
PartOccurrenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputGroup.InputGroupBuilder<P> |
InputGroup.InputGroupBuilder.andPart(P inputPart,
PartOccurrenceMode partOccurrenceMode)
Adds the given
InputPart to the InputGroup to build. |
static <P extends Enum<P> & InputPart> |
InputGroup.forPart(P inputPart,
PartOccurrenceMode partOccurrenceMode)
Begins a new
InputGroup.InputGroupBuilder. |
Copyright © 2020. All rights reserved.