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