|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GlobalCfgDefn.InvalidAttributeSyntaxBehavior>
org.opends.server.admin.std.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
public static enum GlobalCfgDefn.InvalidAttributeSyntaxBehavior
Defines the set of permissable values for the "invalid-attribute-syntax-behavior" property.
Specifies how the Directory Server should handle operations whenever an attribute value violates the associated attribute syntax.
Enum Constant Summary | |
---|---|
ACCEPT
The Directory Server silently accepts attribute values that are invalid according to their associated syntax. |
|
REJECT
The Directory Server rejects attribute values that are invalid according to their associated syntax. |
|
WARN
The Directory Server accepts attribute values that are invalid according to their associated syntax, but also logs a warning message to the error log. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static GlobalCfgDefn.InvalidAttributeSyntaxBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GlobalCfgDefn.InvalidAttributeSyntaxBehavior[] |
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 GlobalCfgDefn.InvalidAttributeSyntaxBehavior ACCEPT
public static final GlobalCfgDefn.InvalidAttributeSyntaxBehavior REJECT
public static final GlobalCfgDefn.InvalidAttributeSyntaxBehavior WARN
Method Detail |
---|
public static GlobalCfgDefn.InvalidAttributeSyntaxBehavior[] values()
for (GlobalCfgDefn.InvalidAttributeSyntaxBehavior c : GlobalCfgDefn.InvalidAttributeSyntaxBehavior.values()) System.out.println(c);
public static GlobalCfgDefn.InvalidAttributeSyntaxBehavior 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<GlobalCfgDefn.InvalidAttributeSyntaxBehavior>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |