com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard
Enum Constants.ImportType
java.lang.Object
java.lang.Enum<Constants.ImportType>
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>
| 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 |
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
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.