|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VirtualAttributeCfgDefn.ConflictBehavior>
org.opends.server.admin.std.meta.VirtualAttributeCfgDefn.ConflictBehavior
public static enum VirtualAttributeCfgDefn.ConflictBehavior
Defines the set of permissable values for the "conflict-behavior" property.
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static VirtualAttributeCfgDefn.ConflictBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VirtualAttributeCfgDefn.ConflictBehavior[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VirtualAttributeCfgDefn.ConflictBehavior MERGE_REAL_AND_VIRTUAL
public static final VirtualAttributeCfgDefn.ConflictBehavior REAL_OVERRIDES_VIRTUAL
public static final VirtualAttributeCfgDefn.ConflictBehavior VIRTUAL_OVERRIDES_REAL
Method Detail |
---|
public static VirtualAttributeCfgDefn.ConflictBehavior[] values()
for (VirtualAttributeCfgDefn.ConflictBehavior c : VirtualAttributeCfgDefn.ConflictBehavior.values()) System.out.println(c);
public static VirtualAttributeCfgDefn.ConflictBehavior valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<VirtualAttributeCfgDefn.ConflictBehavior>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |