UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UmlnotationPackage.Literals

Enclosing interface:
UmlnotationPackage

public static interface UmlnotationPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EEnum UML_ALIGNMENT_KIND
          The meta object literal for the 'UML Alignment Kind' enum
static EClass UML_CLASSIFIER_STYLE
          The meta object literal for the 'UML Classifier Style' class
static EAttribute UML_CLASSIFIER_STYLE__USE_CLASSIFIER_SHAPE
          The meta object literal for the 'Use Classifier Shape' attribute feature
static EClass UML_COMPONENT_STYLE
          The meta object literal for the 'UML Component Style' class
static EAttribute UML_COMPONENT_STYLE__SHOW_WHITE_BOX
          The meta object literal for the 'Show White Box' attribute feature
static EClass UML_CONNECTOR_STYLE
          The meta object literal for the 'UML Connector Style' class
static EEnum UML_DIAGRAM_KIND
          The meta object literal for the 'UML Diagram Kind' enum
static EClass UML_DIAGRAM_STYLE
          The meta object literal for the 'UML Diagram Style' class
static EAttribute UML_DIAGRAM_STYLE__USE_ALIAS_NAME
          The meta object literal for the 'Use Alias Name' attribute feature
static EClass UML_FRAME_STYLE
          The meta object literal for the 'UML Frame Style' class
static EAttribute UML_FRAME_STYLE__ALIGNMENT
          The meta object literal for the 'Alignment' attribute feature
static EClass UML_LIST_COMPARTMENT_STYLE
          The meta object literal for the 'UML List Compartment Style' class
static EEnum UML_LIST_STEREOTYPE_DISPLAY
          The meta object literal for the 'UML List Stereotype Display' enum
static EClass UML_LIST_STYLE
          The meta object literal for the 'UML List Style' class
static EAttribute UML_LIST_STYLE__SHOW_LIST_SIGNATURE
          The meta object literal for the 'Show List Signature' attribute feature
static EAttribute UML_LIST_STYLE__SHOW_LIST_STEREOTYPE
          The meta object literal for the 'Show List Stereotype' attribute feature
static EAttribute UML_LIST_STYLE__SHOW_LIST_VISIBILITY
          The meta object literal for the 'Show List Visibility' attribute feature
static EEnum UML_LIST_VISIBILITY_DISPLAY
          The meta object literal for the 'UML List Visibility Display' enum
static EClass UML_NAME_STYLE
          The meta object literal for the 'UML Name Style' class
static EAttribute UML_NAME_STYLE__SHOW_PARENT_NAME
          The meta object literal for the 'Show Parent Name' attribute feature
static EEnum UML_PARENT_DISPLAY
          The meta object literal for the 'UML Parent Display' enum
static EClass UML_PARENT_STYLE
          The meta object literal for the 'UML Parent Style' class
static EAttribute UML_PARENT_STYLE__SHOW_PARENT
          The meta object literal for the 'Show Parent' attribute feature
static EClass UML_SHAPE_COMPARTMENT_STYLE
          The meta object literal for the 'UML Shape Compartment Style' class
static EAttribute UML_SHAPE_COMPARTMENT_STYLE__VERTICAL_ALIGNMENT
          The meta object literal for the 'Vertical Alignment' attribute feature
static EClass UML_SHAPE_STYLE
          The meta object literal for the 'UML Shape Style' class
static EEnum UML_STEREOTYPE_DISPLAY
          The meta object literal for the 'UML Stereotype Display' enum
static EClass UML_STEREOTYPE_STYLE
          The meta object literal for the 'UML Stereotype Style' class
static EAttribute UML_STEREOTYPE_STYLE__SHOW_STEREOTYPE
          The meta object literal for the 'Show Stereotype' attribute feature
 

Field Detail

UML_SHAPE_STYLE

static final EClass UML_SHAPE_STYLE
The meta object literal for the 'UML Shape Style' class.

See Also:
UMLShapeStyleImpl, UmlnotationPackageImpl.getUMLShapeStyle()

UML_CLASSIFIER_STYLE

static final EClass UML_CLASSIFIER_STYLE
The meta object literal for the 'UML Classifier Style' class.

See Also:
UMLClassifierStyleImpl, UmlnotationPackageImpl.getUMLClassifierStyle()

UML_CLASSIFIER_STYLE__USE_CLASSIFIER_SHAPE

static final EAttribute UML_CLASSIFIER_STYLE__USE_CLASSIFIER_SHAPE
The meta object literal for the 'Use Classifier Shape' attribute feature.


UML_LIST_STYLE

static final EClass UML_LIST_STYLE
The meta object literal for the 'UML List Style' class.

See Also:
UMLListStyleImpl, UmlnotationPackageImpl.getUMLListStyle()

UML_LIST_STYLE__SHOW_LIST_STEREOTYPE

static final EAttribute UML_LIST_STYLE__SHOW_LIST_STEREOTYPE
The meta object literal for the 'Show List Stereotype' attribute feature.


UML_LIST_STYLE__SHOW_LIST_VISIBILITY

static final EAttribute UML_LIST_STYLE__SHOW_LIST_VISIBILITY
The meta object literal for the 'Show List Visibility' attribute feature.


UML_LIST_STYLE__SHOW_LIST_SIGNATURE

static final EAttribute UML_LIST_STYLE__SHOW_LIST_SIGNATURE
The meta object literal for the 'Show List Signature' attribute feature.


UML_COMPONENT_STYLE

static final EClass UML_COMPONENT_STYLE
The meta object literal for the 'UML Component Style' class.

See Also:
UMLComponentStyleImpl, UmlnotationPackageImpl.getUMLComponentStyle()

UML_COMPONENT_STYLE__SHOW_WHITE_BOX

static final EAttribute UML_COMPONENT_STYLE__SHOW_WHITE_BOX
The meta object literal for the 'Show White Box' attribute feature.


UML_DIAGRAM_STYLE

static final EClass UML_DIAGRAM_STYLE
The meta object literal for the 'UML Diagram Style' class.

See Also:
UMLDiagramStyleImpl, UmlnotationPackageImpl.getUMLDiagramStyle()

UML_DIAGRAM_STYLE__USE_ALIAS_NAME

static final EAttribute UML_DIAGRAM_STYLE__USE_ALIAS_NAME
The meta object literal for the 'Use Alias Name' attribute feature.


UML_FRAME_STYLE

static final EClass UML_FRAME_STYLE
The meta object literal for the 'UML Frame Style' class.

See Also:
UMLFrameStyleImpl, UmlnotationPackageImpl.getUMLFrameStyle()

UML_FRAME_STYLE__ALIGNMENT

static final EAttribute UML_FRAME_STYLE__ALIGNMENT
The meta object literal for the 'Alignment' attribute feature.


UML_CONNECTOR_STYLE

static final EClass UML_CONNECTOR_STYLE
The meta object literal for the 'UML Connector Style' class.

See Also:
UMLConnectorStyleImpl, UmlnotationPackageImpl.getUMLConnectorStyle()

UML_LIST_COMPARTMENT_STYLE

static final EClass UML_LIST_COMPARTMENT_STYLE
The meta object literal for the 'UML List Compartment Style' class.

See Also:
UMLListCompartmentStyleImpl, UmlnotationPackageImpl.getUMLListCompartmentStyle()

UML_SHAPE_COMPARTMENT_STYLE

static final EClass UML_SHAPE_COMPARTMENT_STYLE
The meta object literal for the 'UML Shape Compartment Style' class.

See Also:
UMLShapeCompartmentStyleImpl, UmlnotationPackageImpl.getUMLShapeCompartmentStyle()

UML_SHAPE_COMPARTMENT_STYLE__VERTICAL_ALIGNMENT

static final EAttribute UML_SHAPE_COMPARTMENT_STYLE__VERTICAL_ALIGNMENT
The meta object literal for the 'Vertical Alignment' attribute feature.


UML_NAME_STYLE

static final EClass UML_NAME_STYLE
The meta object literal for the 'UML Name Style' class.

See Also:
UMLNameStyleImpl, UmlnotationPackageImpl.getUMLNameStyle()

UML_NAME_STYLE__SHOW_PARENT_NAME

static final EAttribute UML_NAME_STYLE__SHOW_PARENT_NAME
The meta object literal for the 'Show Parent Name' attribute feature.


UML_STEREOTYPE_STYLE

static final EClass UML_STEREOTYPE_STYLE
The meta object literal for the 'UML Stereotype Style' class.

See Also:
UMLStereotypeStyleImpl, UmlnotationPackageImpl.getUMLStereotypeStyle()

UML_STEREOTYPE_STYLE__SHOW_STEREOTYPE

static final EAttribute UML_STEREOTYPE_STYLE__SHOW_STEREOTYPE
The meta object literal for the 'Show Stereotype' attribute feature.


UML_PARENT_STYLE

static final EClass UML_PARENT_STYLE
The meta object literal for the 'UML Parent Style' class.

See Also:
UMLParentStyleImpl, UmlnotationPackageImpl.getUMLParentStyle()

UML_PARENT_STYLE__SHOW_PARENT

static final EAttribute UML_PARENT_STYLE__SHOW_PARENT
The meta object literal for the 'Show Parent' attribute feature.


UML_DIAGRAM_KIND

static final EEnum UML_DIAGRAM_KIND
The meta object literal for the 'UML Diagram Kind' enum.

See Also:
UMLDiagramKind, UmlnotationPackageImpl.getUMLDiagramKind()

UML_STEREOTYPE_DISPLAY

static final EEnum UML_STEREOTYPE_DISPLAY
The meta object literal for the 'UML Stereotype Display' enum.

See Also:
UMLStereotypeDisplay, UmlnotationPackageImpl.getUMLStereotypeDisplay()

UML_LIST_STEREOTYPE_DISPLAY

static final EEnum UML_LIST_STEREOTYPE_DISPLAY
The meta object literal for the 'UML List Stereotype Display' enum.

See Also:
UMLListStereotypeDisplay, UmlnotationPackageImpl.getUMLListStereotypeDisplay()

UML_LIST_VISIBILITY_DISPLAY

static final EEnum UML_LIST_VISIBILITY_DISPLAY
The meta object literal for the 'UML List Visibility Display' enum.

See Also:
UMLListVisibilityDisplay, UmlnotationPackageImpl.getUMLListVisibilityDisplay()

UML_PARENT_DISPLAY

static final EEnum UML_PARENT_DISPLAY
The meta object literal for the 'UML Parent Display' enum.

See Also:
UMLParentDisplay, UmlnotationPackageImpl.getUMLParentDisplay()

UML_ALIGNMENT_KIND

static final EEnum UML_ALIGNMENT_KIND
The meta object literal for the 'UML Alignment Kind' enum.

See Also:
UMLAlignmentKind, UmlnotationPackageImpl.getUMLAlignmentKind()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.