public static enum Xml.ProtectionType extends java.lang.Enum<Xml.ProtectionType>
Modifier and Type | Method and Description |
---|---|
static Xml.ProtectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Xml.ProtectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xml.ProtectionType both
public static final Xml.ProtectionType left
public static final Xml.ProtectionType right
public static final Xml.ProtectionType none
public static Xml.ProtectionType[] values()
for (Xml.ProtectionType c : Xml.ProtectionType.values()) System.out.println(c);
public static Xml.ProtectionType 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 null