@OpenApiAll public abstract class AbstractModelTransformationInfo extends java.lang.Object implements ModelTransformationInfo
ModelTransformation| Constructor and Description |
|---|
AbstractModelTransformationInfo(java.lang.String transformationName,
java.lang.String transformationDescription,
java.lang.String iconNameWithPath)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getDescriptionAsStream()
Returns model transformation description as stream
|
javax.swing.Icon |
getIcon()
Returns model transformation icon
|
java.lang.String |
getTransformationName()
Getter for model transformation name
|
boolean |
isDefaulTypeMapProfileMappingOrderForward()
Returns mapping order of default type map profile
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanCreateNewElements, getDefaultPropertyManager, getDefaulTypeMapProfileName, getSpecificTypeMap, getTransformation, isOnlyInPlace, isSupportsLeaveIntactModel, isTypeMappingSupported, isVisibleInBrowser, prepareTransformation, shouldPreloadDiagrampublic AbstractModelTransformationInfo(java.lang.String transformationName,
java.lang.String transformationDescription,
java.lang.String iconNameWithPath)
transformationName - Model transformation nametransformationDescription - Model transformation descriptioniconNameWithPath - Icon name with resourse pathpublic java.io.InputStream getDescriptionAsStream()
getDescriptionAsStream in interface ModelTransformationInfopublic java.lang.String getTransformationName()
getTransformationName in interface ModelTransformationInfopublic boolean isDefaulTypeMapProfileMappingOrderForward()
ModelTransformationInfoisDefaulTypeMapProfileMappingOrderForward in interface ModelTransformationInfopublic javax.swing.Icon getIcon()
getIcon in interface ModelTransformationInfo