com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard
Enum Constants.ItemKind

java.lang.Object
  extended by java.lang.Enum<Constants.ItemKind>
      extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ItemKind
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Constants.ItemKind>
Enclosing interface:
Constants

public static enum Constants.ItemKind
extends java.lang.Enum<Constants.ItemKind>


Enum Constant Summary
INFORMATION
           
PHYSICAL
           
 
Method Summary
static Constants.ItemKind fromValue(java.lang.String v)
           
 java.lang.String toString()
           
 java.lang.String value()
           
static Constants.ItemKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.ItemKind[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INFORMATION

public static final Constants.ItemKind INFORMATION

PHYSICAL

public static final Constants.ItemKind PHYSICAL
Method Detail

values

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

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

valueOf

public static Constants.ItemKind 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
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static Constants.ItemKind fromValue(java.lang.String v)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Constants.ItemKind>


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.