public final class FaultHandlerKind
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getFaultHandlerKind()
Modifier and Type | Field and Description |
---|---|
static int |
CATCH
The 'Catch' literal value
|
static int |
CATCH_ALL
The 'Catch All' literal value
|
static FaultHandlerKind |
CATCH_ALL_LITERAL
The 'Catch All' literal object
|
static FaultHandlerKind |
CATCH_LITERAL
The 'Catch' literal object
|
static java.lang.String |
COPYRIGHT |
static java.util.List |
VALUES
A public read-only list of all the 'Fault Handler Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static FaultHandlerKind |
get(int value)
Returns the 'Fault Handler Kind' literal with the specified integer value
|
static FaultHandlerKind |
get(java.lang.String literal)
Returns the 'Fault Handler Kind' literal with the specified literal value
|
static FaultHandlerKind |
getByName(java.lang.String name)
Returns the 'Fault Handler Kind' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int CATCH
If the meaning of 'Catch' literal object isn't clear, there really should be more of a description here...
CATCH_LITERAL
,
Constant Field Valuespublic static final int CATCH_ALL
If the meaning of 'Catch All' literal object isn't clear, there really should be more of a description here...
CATCH_ALL_LITERAL
,
Constant Field Valuespublic static final FaultHandlerKind CATCH_LITERAL
CATCH
public static final FaultHandlerKind CATCH_ALL_LITERAL
CATCH_ALL
public static final java.util.List VALUES
public static FaultHandlerKind get(java.lang.String literal)
public static FaultHandlerKind getByName(java.lang.String name)
public static FaultHandlerKind get(int value)