RichFaces Showcase 4.3.0.CR2

org.richfaces.demo.dragdrop
Enum Framework.Family

java.lang.Object
  extended by java.lang.Enum<Framework.Family>
      extended by org.richfaces.demo.dragdrop.Framework.Family
All Implemented Interfaces:
Serializable, Comparable<Framework.Family>
Enclosing class:
Framework

public static enum Framework.Family
extends Enum<Framework.Family>


Enum Constant Summary
cf
           
dotNet
           
php
           
 
Method Summary
static Framework.Family valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Framework.Family[] 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

php

public static final Framework.Family php

cf

public static final Framework.Family cf

dotNet

public static final Framework.Family dotNet
Method Detail

values

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

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

valueOf

public static Framework.Family 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

RichFaces Showcase 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.