Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
           
FILTER
           
FORMAT
           
FRAGMENT
           
MODEL
           
NAME
           
NEGOTIATION
           
NODE
           
PALETTE
           
PERSPECTIVE
           
PRESET
           
PREVIEW
           
PROVIDER
           
REGISTRY
           
RELATION
           
RENDERER
           
RESOURCE
           
RESOURCE_BANK
           
SHORTCUT
           
TEMPLATE_ENGINE
           
THEME
           
THEMESET
           
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 are 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

THEME

public static final TypeFamily THEME

THEMESET

public static final TypeFamily THEMESET

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

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

TEMPLATE_ENGINE

public static final TypeFamily TEMPLATE_ENGINE

PREVIEW

public static final TypeFamily PREVIEW

RESOURCE_BANK

public static final TypeFamily RESOURCE_BANK
Method Detail

values

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

Returns:
an array containing the constants of this enum type, in the order they are 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
NullPointerException - if the argument is null

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.