cc.plural.jsonij.marshal
Enum Inspector.ACCESS_TYPE
java.lang.Object
java.lang.Enum<Inspector.ACCESS_TYPE>
cc.plural.jsonij.marshal.Inspector.ACCESS_TYPE
- All Implemented Interfaces:
- Serializable, Comparable<Inspector.ACCESS_TYPE>
- Enclosing class:
- Inspector
public static enum Inspector.ACCESS_TYPE
- extends Enum<Inspector.ACCESS_TYPE>
ACCESS
public static final Inspector.ACCESS_TYPE ACCESS
MUTATE
public static final Inspector.ACCESS_TYPE MUTATE
BOTH
public static final Inspector.ACCESS_TYPE BOTH
values
public static final Inspector.ACCESS_TYPE[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Inspector.ACCESS_TYPE c : Inspector.ACCESS_TYPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Inspector.ACCESS_TYPE valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
Copyright © 2012. All Rights Reserved.