com.ibm.xtools.uml.msl.internal.lang
Class CustomLanguageDescriptor
java.lang.Object
com.ibm.xtools.uml.msl.lang.AbstractLanguageDescriptor
com.ibm.xtools.uml.msl.internal.lang.CustomLanguageDescriptor
- All Implemented Interfaces:
- IUMLLanguageDescriptor
public class CustomLanguageDescriptor
- extends AbstractLanguageDescriptor
A custom language descriptor. This type of descriptor has a language id,
but no other functions are useful.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLANK_LANGUAGE
public static final CustomLanguageDescriptor BLANK_LANGUAGE
CustomLanguageDescriptor
protected CustomLanguageDescriptor(String languageId)
- Parameters:
languageId - The custom language id
createCustomLanguageDescriptor
public static CustomLanguageDescriptor createCustomLanguageDescriptor(String languageId)
© Copyright IBM Corp. 2009. All rights reserved.