|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AbsItfOperation.MEPPatternConstants>
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation.MEPPatternConstants
public static 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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbsItfOperation.MEPPatternConstants IN_ONLY
public static final AbsItfOperation.MEPPatternConstants ROBUST_IN_ONLY
public static final AbsItfOperation.MEPPatternConstants IN_OUT
public static final AbsItfOperation.MEPPatternConstants IN_OPTIONAL_OUT
public static final AbsItfOperation.MEPPatternConstants OUT_ONLY
public static final AbsItfOperation.MEPPatternConstants ROBUST_OUT_ONLY
public static final AbsItfOperation.MEPPatternConstants OUT_IN
public static final AbsItfOperation.MEPPatternConstants OUT_OPTIONAL_IN
Method Detail |
---|
public static final AbsItfOperation.MEPPatternConstants[] values()
for(AbsItfOperation.MEPPatternConstants c : AbsItfOperation.MEPPatternConstants.values()) System.out.println(c);
public static AbsItfOperation.MEPPatternConstants valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static AbsItfOperation.MEPPatternConstants valueOf(java.net.URI pattern)
pattern
-
public java.net.URI value()
public boolean equals(java.net.URI pattern)
value().equals(pattern)
which is
almost 10 times slower...
mep
-
public java.lang.String toString()
toString
in class java.lang.Enum<AbsItfOperation.MEPPatternConstants>
Enum.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |