org.ow2.dragon.persistence.bo.deployment
Enum Standard.StandardCat

java.lang.Object
  extended by java.lang.Enum<Standard.StandardCat>
      extended by org.ow2.dragon.persistence.bo.deployment.Standard.StandardCat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Standard.StandardCat>
Enclosing class:
Standard

public static enum Standard.StandardCat
extends java.lang.Enum<Standard.StandardCat>


Enum Constant Summary
BUSINESS_OR_INDUSTRY
           
INTERNAL
           
REGULATORY
           
TECHNICAL_EXTERNAL
           
 
Method Summary
static Standard.StandardCat valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Standard.StandardCat[] 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

BUSINESS_OR_INDUSTRY

public static final Standard.StandardCat BUSINESS_OR_INDUSTRY

INTERNAL

public static final Standard.StandardCat INTERNAL

REGULATORY

public static final Standard.StandardCat REGULATORY

TECHNICAL_EXTERNAL

public static final Standard.StandardCat TECHNICAL_EXTERNAL
Method Detail

values

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

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

valueOf

public static Standard.StandardCat 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 © 2008 eBMWebsourcing. All Rights Reserved.