| Modifier and type | Property and description |
|---|---|
| java.lang.Class<T> | supportedType
Replies the type of the source Ecore element that is supported by this fragment. |
| Modifier and type | Action and description |
|---|---|
| abstract java.lang.Class<T> | getSupportedType
Replies the type of the source Ecore element that is supported by this fragment. |
| abstract void | prepareTransform(S,JvmGenericTypeFactory,IBaseJvmModelInferrer)
Transform the source Ecore element to its equivalent JVM elements during the first step of the creation process of multiple output files. |
| abstract void | transform(S,JvmGenericTypeProvider,IBaseJvmModelInferrer)
Transform the source Ecore element to its equivalent JVM elements during the second step of the creation process of multiple output files. |
val supportedType : java.lang.Class<T>
This property is an alias for the action: getSupportedType
def getSupportedType : java.lang.Class<T>
def prepareTransform(S,JvmGenericTypeFactory,IBaseJvmModelInferrer)
def transform(S,JvmGenericTypeProvider,IBaseJvmModelInferrer)