|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.GatewayKind
public final class GatewayKind
A representation of the literals of the enumeration 'Gateway Kind', and utility methods for working with them.
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getGatewayKind()
Field Summary | |
---|---|
static int |
AND
The 'AND' literal value |
static GatewayKind |
AND_LITERAL
The 'AND' literal object |
static java.lang.String |
COPYRIGHT
|
static int |
IOR
The 'IOR' literal value |
static GatewayKind |
IOR_LITERAL
The 'IOR' literal object |
static int |
NONE
The 'NONE' literal value |
static GatewayKind |
NONE_LITERAL
The 'NONE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Gateway Kind' enumerators |
static int |
XOR
The 'XOR' literal value |
static GatewayKind |
XOR_LITERAL
The 'XOR' literal object |
Method Summary | |
---|---|
static GatewayKind |
get(int value)
Returns the 'Gateway Kind' literal with the specified integer value |
static GatewayKind |
get(java.lang.String literal)
Returns the 'Gateway Kind' literal with the specified literal value |
static GatewayKind |
getByName(java.lang.String name)
Returns the 'Gateway Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final int NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int XOR
If the meaning of 'XOR' literal object isn't clear, there really should be more of a description here...
XOR_LITERAL
,
Constant Field Valuespublic static final int AND
If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...
AND_LITERAL
,
Constant Field Valuespublic static final int IOR
If the meaning of 'IOR' literal object isn't clear, there really should be more of a description here...
IOR_LITERAL
,
Constant Field Valuespublic static final GatewayKind NONE_LITERAL
NONE
public static final GatewayKind XOR_LITERAL
XOR
public static final GatewayKind AND_LITERAL
AND
public static final GatewayKind IOR_LITERAL
IOR
public static final java.util.List VALUES
Method Detail |
---|
public static GatewayKind get(java.lang.String literal)
public static GatewayKind getByName(java.lang.String name)
public static GatewayKind get(int value)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |