org.openanzo.atom
Enum AtomHandler.Type

java.lang.Object
  extended by java.lang.Enum<AtomHandler.Type>
      extended by org.openanzo.atom.AtomHandler.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AtomHandler.Type>
Enclosing class:
AtomHandler

public static enum AtomHandler.Type
extends java.lang.Enum<AtomHandler.Type>


Enum Constant Summary
ANCHOR
           
COLLECTION
           
EDIT_ENTRY
           
EDIT_MEDIA
           
ENTRY
           
ENTRY_HISTORY
           
FILEUPDATE
           
FILEUPLOAD
           
INTROSPECTION
           
MEDIA
           
UNKNOWN
           
 
Method Summary
static AtomHandler.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AtomHandler.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
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNKNOWN

public static final AtomHandler.Type UNKNOWN

INTROSPECTION

public static final AtomHandler.Type INTROSPECTION

COLLECTION

public static final AtomHandler.Type COLLECTION

FILEUPLOAD

public static final AtomHandler.Type FILEUPLOAD

FILEUPDATE

public static final AtomHandler.Type FILEUPDATE

ENTRY

public static final AtomHandler.Type ENTRY

ANCHOR

public static final AtomHandler.Type ANCHOR

EDIT_ENTRY

public static final AtomHandler.Type EDIT_ENTRY

MEDIA

public static final AtomHandler.Type MEDIA

EDIT_MEDIA

public static final AtomHandler.Type EDIT_MEDIA

ENTRY_HISTORY

public static final AtomHandler.Type ENTRY_HISTORY
Method Detail

values

public static final AtomHandler.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(AtomHandler.Type c : AtomHandler.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 AtomHandler.Type valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.