org.ow2.petals.component.framework.jbidescriptor.generated
Enum MEPType

java.lang.Object
  extended by java.lang.Enum<MEPType>
      extended by org.ow2.petals.component.framework.jbidescriptor.generated.MEPType
All Implemented Interfaces:
Serializable, Comparable<MEPType>

public enum MEPType
extends Enum<MEPType>

Java class for MEPType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="MEPType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="InOnly"/>
     <enumeration value="InOut"/>
     <enumeration value="RobustInOnly"/>
     <enumeration value="InOptionalOut"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
IN_ONLY
           
IN_OPTIONAL_OUT
           
IN_OUT
           
ROBUST_IN_ONLY
           
 
Method Summary
static MEPType fromValue(String v)
           
 String value()
           
static MEPType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MEPType[] 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

IN_ONLY

public static final MEPType IN_ONLY

IN_OUT

public static final MEPType IN_OUT

ROBUST_IN_ONLY

public static final MEPType ROBUST_IN_ONLY

IN_OPTIONAL_OUT

public static final MEPType IN_OPTIONAL_OUT
Method Detail

values

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

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

valueOf

public static MEPType 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

value

public String value()

fromValue

public static MEPType fromValue(String v)


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.