|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BindingTypeType>
com.ibm.websphere.sibx.smobo.BindingTypeType
public enum BindingTypeType
A representation of the literals of the enumeration 'Binding Type Type', and utility methods for working with them.
Note that these literals are only of use to the custom mediation writer and cannot be used in filter primitive expressions.
Enum Constant Summary | |
---|---|
EIS_LITERAL
The 'EIS' literal object |
|
GENERIC_JMS_LITERAL
The 'Generic JMS' literal object |
|
HTTP_LITERAL
The 'HTTP' literal object |
|
JMS_LITERAL
The 'JMS' literal object |
|
MQ_LITERAL
The 'MQ' literal object |
|
MQJMS_LITERAL
The 'MQJMS' literal object |
|
NOT_SET_LITERAL
The 'Not Set' literal object |
|
SCA_LITERAL
The 'SCA' literal object |
|
SLSB_LITERAL
The 'SLSB' literal object |
|
WEB_SERVICE_LITERAL
The 'Web Service' literal object |
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
static int |
EIS
The 'EIS' literal value |
static int |
GENERIC_JMS
The 'Generic JMS' literal value |
static int |
HTTP
The 'HTTP' literal value |
static int |
JMS
The 'JMS' literal value |
static int |
MQ
The 'MQ' literal value |
static int |
MQJMS
The 'MQJMS' literal value |
static int |
NOT_SET
The 'Not Set' literal value |
static int |
SCA
The 'SCA' literal value |
static int |
SLSB
The 'SLSB' literal value |
static java.util.List<BindingTypeType> |
VALUES
A public read-only list of all the 'Binding Type Type' enumerators |
static int |
WEB_SERVICE
The 'Web Service' literal value |
Method Summary | |
---|---|
static BindingTypeType |
get(int value)
Returns the 'Binding Type Type' literal with the specified integer value |
static BindingTypeType |
get(java.lang.String literal)
Returns the 'Binding Type Type' literal with the specified literal value |
static BindingTypeType |
getByName(java.lang.String name)
Returns the 'Binding Type Type' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static BindingTypeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BindingTypeType[] |
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 |
---|
public static final BindingTypeType NOT_SET_LITERAL
NOT_SET
public static final BindingTypeType JMS_LITERAL
JMS
public static final BindingTypeType MQJMS_LITERAL
MQJMS
public static final BindingTypeType GENERIC_JMS_LITERAL
GENERIC_JMS
public static final BindingTypeType MQ_LITERAL
MQ
public static final BindingTypeType WEB_SERVICE_LITERAL
WEB_SERVICE
public static final BindingTypeType HTTP_LITERAL
HTTP
public static final BindingTypeType SCA_LITERAL
SCA
public static final BindingTypeType EIS_LITERAL
EIS
public static final BindingTypeType SLSB_LITERAL
SLSB
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static final int NOT_SET
NOT_SET
,
Constant Field Valuespublic static final int JMS
JMS
,
Constant Field Valuespublic static final int MQJMS
MQJMS
,
Constant Field Valuespublic static final int GENERIC_JMS
GENERIC_JMS
,
Constant Field Valuespublic static final int MQ
MQ
,
Constant Field Valuespublic static final int WEB_SERVICE
WEB_SERVICE
,
Constant Field Valuespublic static final int HTTP
HTTP
,
Constant Field Valuespublic static final int SCA
SCA
,
Constant Field Valuespublic static final int EIS
EIS
,
Constant Field Valuespublic static final int SLSB
SLSB
,
Constant Field Valuespublic static final java.util.List<BindingTypeType> VALUES
Method Detail |
---|
public static BindingTypeType[] values()
for (BindingTypeType c : BindingTypeType.values()) System.out.println(c);
public static BindingTypeType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static BindingTypeType get(java.lang.String literal)
public static BindingTypeType getByName(java.lang.String name)
public static BindingTypeType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<BindingTypeType>
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |