cc.plural.jsonij.marshal
Enum Inspector.ACCESS_TYPE

java.lang.Object
  extended by java.lang.Enum<Inspector.ACCESS_TYPE>
      extended by 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>


Enum Constant Summary
ACCESS
           
BOTH
           
MUTATE
           
 
Method Summary
static Inspector.ACCESS_TYPE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Inspector.ACCESS_TYPE[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACCESS

public static final Inspector.ACCESS_TYPE ACCESS

MUTATE

public static final Inspector.ACCESS_TYPE MUTATE

BOTH

public static final Inspector.ACCESS_TYPE BOTH
Method Detail

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.