public static enum SubEntry.CollectiveConflictBehavior extends Enum<SubEntry.CollectiveConflictBehavior>
Enum Constant and Description |
---|
MERGE_REAL_AND_VIRTUAL
Indicates that the virtual attribute provider is to preserve any real values contained in the entry and merge
them with the set of generated virtual values so that both the real and virtual values are used.
|
REAL_OVERRIDES_VIRTUAL
Indicates that any real values contained in the entry are preserved and used, and virtual values are not
generated.
|
VIRTUAL_OVERRIDES_REAL
Indicates that the virtual attribute provider suppresses any real values contained in the entry and generates
virtual values and uses them.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SubEntry.CollectiveConflictBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubEntry.CollectiveConflictBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubEntry.CollectiveConflictBehavior MERGE_REAL_AND_VIRTUAL
public static final SubEntry.CollectiveConflictBehavior REAL_OVERRIDES_VIRTUAL
public static final SubEntry.CollectiveConflictBehavior VIRTUAL_OVERRIDES_REAL
public static SubEntry.CollectiveConflictBehavior[] values()
for (SubEntry.CollectiveConflictBehavior c : SubEntry.CollectiveConflictBehavior.values()) System.out.println(c);
public static SubEntry.CollectiveConflictBehavior 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 nullpublic String toString()
toString
in class Enum<SubEntry.CollectiveConflictBehavior>
Copyright 2010-2018 ForgeRock AS.