UML Modeling Layer

com.ibm.xtools.uml.msl.contenttype
Class MSLContentTypes

java.lang.Object
  extended by com.ibm.xtools.uml.msl.contenttype.MSLContentTypes

public class MSLContentTypes
extends Object

Statics holder for model, fragment, profile content types


Field Summary
static String MODEL_CONTENTTYPE
          The content type for UML model file
static String MODEL_FRAGMENT_CONTENTTYPE
          The content type for UML model fragment file
static String PROFILE_CONTENTTYPE
          The content type for a UML profile file
static Set<String> UML_CONTENT_TYPES
          The complete set of content types recognized as having UML content.
 
Constructor Summary
MSLContentTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_CONTENTTYPE

public static final String MODEL_CONTENTTYPE
The content type for UML model file

See Also:
Constant Field Values

MODEL_FRAGMENT_CONTENTTYPE

public static final String MODEL_FRAGMENT_CONTENTTYPE
The content type for UML model fragment file

See Also:
Constant Field Values

PROFILE_CONTENTTYPE

public static final String PROFILE_CONTENTTYPE
The content type for a UML profile file

See Also:
Constant Field Values

UML_CONTENT_TYPES

public static final Set<String> UML_CONTENT_TYPES
The complete set of content types recognized as having UML content.

Since:
7.5
Constructor Detail

MSLContentTypes

public MSLContentTypes()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.