@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, wait
getDefaultPropertyManager, getDefaulTypeMapProfileName, getSpecificTypeMap, getTransformation, isOnlyInPlace, isSupportsLeaveIntactModel, isTypeMappingSupported, isVisibleInBrowser, prepareTransformation
public 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 ModelTransformationInfo
public java.lang.String getTransformationName()
getTransformationName
in interface ModelTransformationInfo
public boolean isDefaulTypeMapProfileMappingOrderForward()
ModelTransformationInfo
isDefaulTypeMapProfileMappingOrderForward
in interface ModelTransformationInfo
public javax.swing.Icon getIcon()
getIcon
in interface ModelTransformationInfo