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

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

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


Enum Constant Summary
BPMN2_0
           
WSDL1_1
           
WSDL2_0
           
XMLSchema
           
 
Method Summary
static Constants.ImportType fromValue(java.lang.String value)
           
 java.lang.String getLabel()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
static Constants.ImportType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.ImportType[] 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

XMLSchema

public static final Constants.ImportType XMLSchema

WSDL2_0

public static final Constants.ImportType WSDL2_0

WSDL1_1

public static final Constants.ImportType WSDL1_1

BPMN2_0

public static final Constants.ImportType BPMN2_0
Method Detail

values

public static Constants.ImportType[] 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.ImportType c : Constants.ImportType.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.ImportType 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

getValue

public java.lang.String getValue()

getLabel

public java.lang.String getLabel()

fromValue

public static Constants.ImportType fromValue(java.lang.String value)

toString

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


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