org.ow2.easywsdl.wsdl.api.abstractItf
Enum AbsItfOperation.MEPPatternConstants

java.lang.Object
  extended by java.lang.Enum<AbsItfOperation.MEPPatternConstants>
      extended by org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation.MEPPatternConstants
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AbsItfOperation.MEPPatternConstants>
Enclosing interface:
AbsItfOperation<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>

public static enum AbsItfOperation.MEPPatternConstants
extends java.lang.Enum<AbsItfOperation.MEPPatternConstants>

Constants for the Patterns.


Enum Constant Summary
IN_ONLY
           
IN_OPTIONAL_OUT
           
IN_OUT
           
OUT_IN
           
OUT_ONLY
           
OUT_OPTIONAL_IN
           
ROBUST_IN_ONLY
           
ROBUST_OUT_ONLY
           
 
Method Summary
 boolean equals(java.net.URI pattern)
          Please use this equals method instead of using : value().equals(pattern) which is almost 10 times slower...
 java.lang.String toString()
          (non-Javadoc)
 java.net.URI value()
           
static AbsItfOperation.MEPPatternConstants valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbsItfOperation.MEPPatternConstants valueOf(java.net.URI pattern)
           
static AbsItfOperation.MEPPatternConstants[] 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

IN_ONLY

public static final AbsItfOperation.MEPPatternConstants IN_ONLY

ROBUST_IN_ONLY

public static final AbsItfOperation.MEPPatternConstants ROBUST_IN_ONLY

IN_OUT

public static final AbsItfOperation.MEPPatternConstants IN_OUT

IN_OPTIONAL_OUT

public static final AbsItfOperation.MEPPatternConstants IN_OPTIONAL_OUT

OUT_ONLY

public static final AbsItfOperation.MEPPatternConstants OUT_ONLY

ROBUST_OUT_ONLY

public static final AbsItfOperation.MEPPatternConstants ROBUST_OUT_ONLY

OUT_IN

public static final AbsItfOperation.MEPPatternConstants OUT_IN

OUT_OPTIONAL_IN

public static final AbsItfOperation.MEPPatternConstants OUT_OPTIONAL_IN
Method Detail

values

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

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

valueOf

public static AbsItfOperation.MEPPatternConstants 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

valueOf

public static AbsItfOperation.MEPPatternConstants valueOf(java.net.URI pattern)
Parameters:
pattern -
Returns:

value

public java.net.URI value()
Returns:

equals

public boolean equals(java.net.URI pattern)
Please use this equals method instead of using : value().equals(pattern) which is almost 10 times slower...

Parameters:
mep -
Returns:

toString

public java.lang.String toString()
(non-Javadoc)

Overrides:
toString in class java.lang.Enum<AbsItfOperation.MEPPatternConstants>
See Also:
Enum.toString()


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.