public static enum EPPOrgExtAddRemChg.Action extends java.lang.Enum<EPPOrgExtAddRemChg.Action>
Modifier and Type | Method and Description |
---|---|
static EPPOrgExtAddRemChg.Action |
getAction(java.lang.String aLocalElm)
Get the action given the local element name.
|
java.lang.String |
toString()
Convert the enumerated
Action value to a local element
name String . |
static EPPOrgExtAddRemChg.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgExtAddRemChg.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPOrgExtAddRemChg.Action ADD
public static final EPPOrgExtAddRemChg.Action REM
public static final EPPOrgExtAddRemChg.Action CHG
public static EPPOrgExtAddRemChg.Action[] values()
for (EPPOrgExtAddRemChg.Action c : EPPOrgExtAddRemChg.Action.values()) System.out.println(c);
public static EPPOrgExtAddRemChg.Action 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 namejava.lang.NullPointerException
- if the argument is nullpublic static EPPOrgExtAddRemChg.Action getAction(java.lang.String aLocalElm)
aLocalElm
- Action
enumerated local element name to convert
to an enumerated Action
instance.Action
value matching the
aLocalElm
value.java.security.InvalidParameterException
- If aLocalElm
does not match an enumerated
Action
string value.public java.lang.String toString()
Action
value to a local element
name String
.toString
in class java.lang.Enum<EPPOrgExtAddRemChg.Action>
Copyright © VeriSign Inc. All Rights Reserved.