Nuxeo Enterprise Platform 5.1

org.nuxeo.theme.types
Enum TypeFamily

java.lang.Object
  extended by java.lang.Enum<TypeFamily>
      extended by org.nuxeo.theme.types.TypeFamily
All Implemented Interfaces:
Serializable, Comparable<TypeFamily>

public enum TypeFamily
extends Enum<TypeFamily>


Enum Constant Summary
APPLICATION
           
ELEMENT
           
ENGINE
           
EVENT
           
FILTER
           
FORMAT
           
FRAGMENT
           
MODEL
           
NAME
           
NEGOTIATION
           
NODE
           
PALETTE
           
PERSPECTIVE
           
PRESET
           
PROVIDER
           
REGISTRY
           
RELATION
           
RENDERER
           
RESOURCE
           
SHORTCUT
           
THEME
           
VIEW
           
VOCABULARY
           
 
Method Summary
static TypeFamily valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeFamily[] 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

THEME

public static final TypeFamily THEME

ELEMENT

public static final TypeFamily ELEMENT

FORMAT

public static final TypeFamily FORMAT

MODEL

public static final TypeFamily MODEL

VIEW

public static final TypeFamily VIEW

FILTER

public static final TypeFamily FILTER

NODE

public static final TypeFamily NODE

RELATION

public static final TypeFamily RELATION

ENGINE

public static final TypeFamily ENGINE

RENDERER

public static final TypeFamily RENDERER

FRAGMENT

public static final TypeFamily FRAGMENT

RESOURCE

public static final TypeFamily RESOURCE

NEGOTIATION

public static final TypeFamily NEGOTIATION

PROVIDER

public static final TypeFamily PROVIDER

EVENT

public static final TypeFamily EVENT

REGISTRY

public static final TypeFamily REGISTRY

PERSPECTIVE

public static final TypeFamily PERSPECTIVE

APPLICATION

public static final TypeFamily APPLICATION

SHORTCUT

public static final TypeFamily SHORTCUT

PRESET

public static final TypeFamily PRESET

PALETTE

public static final TypeFamily PALETTE

NAME

public static final TypeFamily NAME

VOCABULARY

public static final TypeFamily VOCABULARY
Method Detail

values

public static final TypeFamily[] 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(TypeFamily c : TypeFamily.values())
        System.out.println(c);

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

valueOf

public static TypeFamily 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

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.