|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Constants.MEPPatternConstants>
com.ebmwebsourcing.commons.wsdl.util.Constants.MEPPatternConstants
public static enum Constants.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 Constants.MEPPatternConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Constants.MEPPatternConstants |
valueOf(java.net.URI pattern)
|
static Constants.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 Constants.MEPPatternConstants IN_ONLY
public static final Constants.MEPPatternConstants ROBUST_IN_ONLY
public static final Constants.MEPPatternConstants IN_OUT
public static final Constants.MEPPatternConstants IN_OPTIONAL_OUT
public static final Constants.MEPPatternConstants OUT_ONLY
public static final Constants.MEPPatternConstants ROBUST_OUT_ONLY
public static final Constants.MEPPatternConstants OUT_IN
public static final Constants.MEPPatternConstants OUT_OPTIONAL_IN
| Method Detail |
|---|
public static final Constants.MEPPatternConstants[] values()
for(Constants.MEPPatternConstants c : Constants.MEPPatternConstants.values())
System.out.println(c);
public static Constants.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 Constants.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<Constants.MEPPatternConstants>Enum.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||