com.omondo.uml.std.external.profile
Interface Types


public interface Types


Field Summary
static int ACTIVITY_DIAGRAM
           
static int CLASS_DIAGRAM
           
static int CLASS_DIAGRAM_ASSOCIATION
           
static int CLASS_DIAGRAM_ATTRIBUTE
           
static int CLASS_DIAGRAM_CLASS
           
static int CLASS_DIAGRAM_DEPENDENCY
           
static int CLASS_DIAGRAM_INTERFACE
           
static int CLASS_DIAGRAM_METHOD
           
static int CLASS_DIAGRAM_PACKAGE
           
static int COLLABORATION_DIAGRAM
           
static int COMPONENT_DIAGRAM
           
static int DEPLOYMENT_DIAGRAM
           
static int DEPLOYMENT_DIAGRAM_ARTIFACT
           
static int DEPLOYMENT_DIAGRAM_COMPONENT
           
static int DEPLOYMENT_DIAGRAM_NODE
           
static int NONE
           
static int OBJECT_DIAGRAM
           
static int SEQUENCE_DIAGRAM
           
static int STATE_DIAGRAM
           
static java.lang.String STR_CLASS_DIAGRAM
           
static java.lang.String STR_CLASS_DIAGRAM_ASSOCIATION
           
static java.lang.String STR_CLASS_DIAGRAM_CLASS
           
static java.lang.String STR_CLASS_DIAGRAM_INTERFACE
           
static java.lang.String STR_CLASS_DIAGRAM_OPERATION
           
static java.lang.String STR_CLASS_DIAGRAM_PROPERTY
           
static int USECASE_DIAGRAM
           
 

Field Detail

CLASS_DIAGRAM

public static final int CLASS_DIAGRAM
See Also:
Constant Field Values

SEQUENCE_DIAGRAM

public static final int SEQUENCE_DIAGRAM
See Also:
Constant Field Values

STATE_DIAGRAM

public static final int STATE_DIAGRAM
See Also:
Constant Field Values

USECASE_DIAGRAM

public static final int USECASE_DIAGRAM
See Also:
Constant Field Values

COLLABORATION_DIAGRAM

public static final int COLLABORATION_DIAGRAM
See Also:
Constant Field Values

ACTIVITY_DIAGRAM

public static final int ACTIVITY_DIAGRAM
See Also:
Constant Field Values

OBJECT_DIAGRAM

public static final int OBJECT_DIAGRAM
See Also:
Constant Field Values

COMPONENT_DIAGRAM

public static final int COMPONENT_DIAGRAM
See Also:
Constant Field Values

DEPLOYMENT_DIAGRAM

public static final int DEPLOYMENT_DIAGRAM
See Also:
Constant Field Values

CLASS_DIAGRAM_CLASS

public static final int CLASS_DIAGRAM_CLASS
See Also:
Constant Field Values

CLASS_DIAGRAM_INTERFACE

public static final int CLASS_DIAGRAM_INTERFACE
See Also:
Constant Field Values

CLASS_DIAGRAM_METHOD

public static final int CLASS_DIAGRAM_METHOD
See Also:
Constant Field Values

CLASS_DIAGRAM_ATTRIBUTE

public static final int CLASS_DIAGRAM_ATTRIBUTE
See Also:
Constant Field Values

CLASS_DIAGRAM_ASSOCIATION

public static final int CLASS_DIAGRAM_ASSOCIATION
See Also:
Constant Field Values

CLASS_DIAGRAM_PACKAGE

public static final int CLASS_DIAGRAM_PACKAGE
See Also:
Constant Field Values

CLASS_DIAGRAM_DEPENDENCY

public static final int CLASS_DIAGRAM_DEPENDENCY
See Also:
Constant Field Values

DEPLOYMENT_DIAGRAM_NODE

public static final int DEPLOYMENT_DIAGRAM_NODE
See Also:
Constant Field Values

DEPLOYMENT_DIAGRAM_COMPONENT

public static final int DEPLOYMENT_DIAGRAM_COMPONENT
See Also:
Constant Field Values

DEPLOYMENT_DIAGRAM_ARTIFACT

public static final int DEPLOYMENT_DIAGRAM_ARTIFACT
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

STR_CLASS_DIAGRAM

public static final java.lang.String STR_CLASS_DIAGRAM
See Also:
Constant Field Values

STR_CLASS_DIAGRAM_CLASS

public static final java.lang.String STR_CLASS_DIAGRAM_CLASS
See Also:
Constant Field Values

STR_CLASS_DIAGRAM_INTERFACE

public static final java.lang.String STR_CLASS_DIAGRAM_INTERFACE
See Also:
Constant Field Values

STR_CLASS_DIAGRAM_OPERATION

public static final java.lang.String STR_CLASS_DIAGRAM_OPERATION
See Also:
Constant Field Values

STR_CLASS_DIAGRAM_PROPERTY

public static final java.lang.String STR_CLASS_DIAGRAM_PROPERTY
See Also:
Constant Field Values

STR_CLASS_DIAGRAM_ASSOCIATION

public static final java.lang.String STR_CLASS_DIAGRAM_ASSOCIATION
See Also:
Constant Field Values