public final class TInterfaceKinds
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTInterfaceKinds()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
INBOUND
The 'Inbound' literal value
|
static TInterfaceKinds |
INBOUND_LITERAL
The 'Inbound' literal object
|
static int |
INTERNAL
The 'Internal' literal value
|
static TInterfaceKinds |
INTERNAL_LITERAL
The 'Internal' literal object
|
static int |
OUTBOUND
The 'Outbound' literal value
|
static TInterfaceKinds |
OUTBOUND_LITERAL
The 'Outbound' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TInterface Kinds' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TInterfaceKinds |
get(int value)
Returns the 'TInterface Kinds' literal with the specified integer value
|
static TInterfaceKinds |
get(java.lang.String literal)
Returns the 'TInterface Kinds' literal with the specified literal value
|
static TInterfaceKinds |
getByName(java.lang.String name)
Returns the 'TInterface Kinds' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int INBOUND
INBOUND_LITERAL
,
Constant Field Valuespublic static final int INTERNAL
INTERNAL_LITERAL
,
Constant Field Valuespublic static final int OUTBOUND
OUTBOUND_LITERAL
,
Constant Field Valuespublic static final TInterfaceKinds INBOUND_LITERAL
If the meaning of 'Inbound' literal object isn't clear, there really should be more of a description here...
INBOUND
public static final TInterfaceKinds INTERNAL_LITERAL
If the meaning of 'Internal' literal object isn't clear, there really should be more of a description here...
INTERNAL
public static final TInterfaceKinds OUTBOUND_LITERAL
If the meaning of 'Outbound' literal object isn't clear, there really should be more of a description here...
OUTBOUND
public static final java.util.List VALUES
public static TInterfaceKinds get(java.lang.String literal)
public static TInterfaceKinds getByName(java.lang.String name)
public static TInterfaceKinds get(int value)