public static enum CompositeStateRepository.SetterSelection extends Enum<CompositeStateRepository.SetterSelection> implements CompositeStateRepository.RepositorySelector
| Enum Constant and Description |
|---|
ALL
Use all repositories in this composite to set the state.
|
FIRST
Use the first repository in this composite to set the state.
|
LAST
Use the last repository in this composite to set the state.
|
| Modifier and Type | Method and Description |
|---|---|
static CompositeStateRepository.SetterSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeStateRepository.SetterSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetSelectedpublic static final CompositeStateRepository.SetterSelection FIRST
public static final CompositeStateRepository.SetterSelection LAST
public static final CompositeStateRepository.SetterSelection ALL
public static CompositeStateRepository.SetterSelection[] values()
for (CompositeStateRepository.SetterSelection c : CompositeStateRepository.SetterSelection.values()) System.out.println(c);
public static CompositeStateRepository.SetterSelection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All Rights Reserved.