public final class GatewayKind
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getGatewayKind()
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
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
public static GatewayKind get(java.lang.String literal)
public static GatewayKind getByName(java.lang.String name)
public static GatewayKind get(int value)