public final class UMLDiagramKind
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVITY
The 'Activity' literal value.
|
static UMLDiagramKind |
ACTIVITY_LITERAL
The 'Activity' literal object.
|
static int |
CLASS
The 'Class' literal value.
|
static UMLDiagramKind |
CLASS_LITERAL
The 'Class' literal object.
|
static int |
COMMUNICATION
The 'Communication' literal value.
|
static UMLDiagramKind |
COMMUNICATION_LITERAL
The 'Communication' literal object.
|
static int |
COMPONENT
The 'Component' literal value.
|
static UMLDiagramKind |
COMPONENT_LITERAL
The 'Component' literal object.
|
static int |
DEPLOYMENT
The 'Deployment' literal value.
|
static UMLDiagramKind |
DEPLOYMENT_LITERAL
The 'Deployment' literal object.
|
static int |
FREEFORM
The 'Freeform' literal value.
|
static UMLDiagramKind |
FREEFORM_LITERAL
The 'Freeform' literal object.
|
static int |
INTERACTION_OVERVIEW
The 'Interaction Overview' literal value.
|
static UMLDiagramKind |
INTERACTION_OVERVIEW_LITERAL
The 'Interaction Overview' literal object.
|
static int |
OBJECT
The 'Object' literal value.
|
static UMLDiagramKind |
OBJECT_LITERAL
The 'Object' literal object.
|
static int |
SEQUENCE
The 'Sequence' literal value.
|
static UMLDiagramKind |
SEQUENCE_LITERAL
The 'Sequence' literal object.
|
static int |
STATECHART
The 'Statechart' literal value.
|
static UMLDiagramKind |
STATECHART_LITERAL
The 'Statechart' literal object.
|
static int |
STRUCTURE
The 'Structure' literal value.
|
static UMLDiagramKind |
STRUCTURE_LITERAL
The 'Structure' literal object.
|
static int |
TIMING
The 'Timing' literal value.
|
static UMLDiagramKind |
TIMING_LITERAL
The 'Timing' literal object.
|
static int |
USECASE
The 'Usecase' literal value.
|
static UMLDiagramKind |
USECASE_LITERAL
The 'Usecase' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'UML Diagram Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static UMLDiagramKind |
get(int value)
Returns the 'UML Diagram Kind' literal with the specified integer value.
|
static UMLDiagramKind |
get(java.lang.String literal)
Returns the 'UML Diagram Kind' literal with the specified literal value.
|
static UMLDiagramKind |
getByName(java.lang.String name)
Returns the 'UML Diagram Kind' literal with the specified name.
|
public static final int FREEFORM
FREEFORM_LITERAL
,
Constant Field Valuespublic static final int CLASS
CLASS_LITERAL
,
Constant Field Valuespublic static final int USECASE
USECASE_LITERAL
,
Constant Field Valuespublic static final int SEQUENCE
SEQUENCE_LITERAL
,
Constant Field Valuespublic static final int STATECHART
STATECHART_LITERAL
,
Constant Field Valuespublic static final int ACTIVITY
ACTIVITY_LITERAL
,
Constant Field Valuespublic static final int COMPONENT
COMPONENT_LITERAL
,
Constant Field Valuespublic static final int DEPLOYMENT
DEPLOYMENT_LITERAL
,
Constant Field Valuespublic static final int COMMUNICATION
COMMUNICATION_LITERAL
,
Constant Field Valuespublic static final int STRUCTURE
STRUCTURE_LITERAL
,
Constant Field Valuespublic static final int OBJECT
OBJECT_LITERAL
,
Constant Field Valuespublic static final int INTERACTION_OVERVIEW
If the meaning of 'Interaction Overview' literal object isn't clear, there really should be more of a description here...
public static final int TIMING
If the meaning of 'Timing' literal object isn't clear, there really should be more of a description here...
TIMING_LITERAL
,
Constant Field Valuespublic static final UMLDiagramKind FREEFORM_LITERAL
FREEFORM
public static final UMLDiagramKind CLASS_LITERAL
CLASS
public static final UMLDiagramKind USECASE_LITERAL
USECASE
public static final UMLDiagramKind SEQUENCE_LITERAL
SEQUENCE
public static final UMLDiagramKind STATECHART_LITERAL
STATECHART
public static final UMLDiagramKind ACTIVITY_LITERAL
ACTIVITY
public static final UMLDiagramKind COMPONENT_LITERAL
COMPONENT
public static final UMLDiagramKind DEPLOYMENT_LITERAL
DEPLOYMENT
public static final UMLDiagramKind COMMUNICATION_LITERAL
COMMUNICATION
public static final UMLDiagramKind STRUCTURE_LITERAL
STRUCTURE
public static final UMLDiagramKind OBJECT_LITERAL
If the meaning of 'Object' literal object isn't clear, there really should be more of a description here...
OBJECT
public static final UMLDiagramKind INTERACTION_OVERVIEW_LITERAL
INTERACTION_OVERVIEW
public static final UMLDiagramKind TIMING_LITERAL
TIMING
public static final java.util.List VALUES
public static UMLDiagramKind get(java.lang.String literal)
public static UMLDiagramKind getByName(java.lang.String name)
public static UMLDiagramKind get(int value)