org.apache.myfaces.tobago.renderkit.html
Enum StyleClasses.Aspect

java.lang.Object
  extended by java.lang.Enum<StyleClasses.Aspect>
      extended by org.apache.myfaces.tobago.renderkit.html.StyleClasses.Aspect
All Implemented Interfaces:
Serializable, Comparable<StyleClasses.Aspect>
Enclosing class:
StyleClasses

public static enum StyleClasses.Aspect
extends Enum<StyleClasses.Aspect>


Enum Constant Summary
DEFAULT
           
DISABLED
           
ERROR
           
INLINE
           
READONLY
           
REQUIRED
           
 
Method Summary
 String toString()
           
static StyleClasses.Aspect valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleClasses.Aspect[] 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, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DEFAULT

public static final StyleClasses.Aspect DEFAULT

DISABLED

public static final StyleClasses.Aspect DISABLED

READONLY

public static final StyleClasses.Aspect READONLY

INLINE

public static final StyleClasses.Aspect INLINE

ERROR

public static final StyleClasses.Aspect ERROR

REQUIRED

public static final StyleClasses.Aspect REQUIRED
Method Detail

values

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

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

valueOf

public static StyleClasses.Aspect 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

toString

public String toString()
Overrides:
toString in class Enum<StyleClasses.Aspect>


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.