com.xerox.amazonws.ec2
Enum Jec2.ImageListAttributeOperationType

java.lang.Object
  extended by java.lang.Enum<Jec2.ImageListAttributeOperationType>
      extended by com.xerox.amazonws.ec2.Jec2.ImageListAttributeOperationType
All Implemented Interfaces:
Serializable, Comparable<Jec2.ImageListAttributeOperationType>
Enclosing class:
Jec2

public static enum Jec2.ImageListAttributeOperationType
extends Enum<Jec2.ImageListAttributeOperationType>

Enumerates image list attribute operation types.


Enum Constant Summary
add
           
remove
           
 
Method Summary
static Jec2.ImageListAttributeOperationType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Jec2.ImageListAttributeOperationType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

add

public static final Jec2.ImageListAttributeOperationType add

remove

public static final Jec2.ImageListAttributeOperationType remove
Method Detail

values

public static Jec2.ImageListAttributeOperationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Jec2.ImageListAttributeOperationType c : Jec2.ImageListAttributeOperationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Jec2.ImageListAttributeOperationType 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
NullPointerException - if the argument is null