UML Modeling Layer

com.ibm.xtools.uml.type
Class NotationElementTypes

java.lang.Object
  extended by org.eclipse.gmf.runtime.emf.type.core.AbstractElementTypeEnumerator
      extended by com.ibm.xtools.uml.type.NotationElementTypes

public class NotationElementTypes
extends AbstractElementTypeEnumerator

Defines the notation element types which are contributed using the org.eclipse.gmf.runtime.emf.type.core.elementTypes extension point.


Field Summary
static IDiagramElementType ACTIVITY_DIAGRAM
           
static IDiagramElementType CLASS_DIAGRAM
           
static IDiagramElementType COMMUNICATION_DIAGRAM
           
static IDiagramElementType COMPONENT_DIAGRAM
           
static IDiagramElementType DEPLOYMENT_DIAGRAM
           
static IMetamodelType DIAGRAM
           
static IDiagramElementType FREEFORM_DIAGRAM
           
static IDiagramElementType OBJECT_DIAGRAM
           
static IDiagramElementType SEQUENCE_ROLE_DIAGRAM
           
static IDiagramElementType STATE_CHART_DIAGRAM
           
static IDiagramElementType STRUCTURE_DIAGRAM
           
static IDiagramElementType USE_CASE_DIAGRAM
           
 
Constructor Summary
NotationElementTypes()
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.AbstractElementTypeEnumerator
getElementType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIAGRAM

public static final IMetamodelType DIAGRAM

CLASS_DIAGRAM

public static final IDiagramElementType CLASS_DIAGRAM

ACTIVITY_DIAGRAM

public static final IDiagramElementType ACTIVITY_DIAGRAM

DEPLOYMENT_DIAGRAM

public static final IDiagramElementType DEPLOYMENT_DIAGRAM

COMPONENT_DIAGRAM

public static final IDiagramElementType COMPONENT_DIAGRAM

USE_CASE_DIAGRAM

public static final IDiagramElementType USE_CASE_DIAGRAM

STATE_CHART_DIAGRAM

public static final IDiagramElementType STATE_CHART_DIAGRAM

STRUCTURE_DIAGRAM

public static final IDiagramElementType STRUCTURE_DIAGRAM

FREEFORM_DIAGRAM

public static final IDiagramElementType FREEFORM_DIAGRAM

SEQUENCE_ROLE_DIAGRAM

public static final IDiagramElementType SEQUENCE_ROLE_DIAGRAM

COMMUNICATION_DIAGRAM

public static final IDiagramElementType COMMUNICATION_DIAGRAM

OBJECT_DIAGRAM

public static final IDiagramElementType OBJECT_DIAGRAM
Constructor Detail

NotationElementTypes

public NotationElementTypes()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.