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 | transform(S,T,IBaseJvmModelInferrer,BiConsumer<T,U>)
Transform the source Ecore element to its equivalent JVM elements. |
val supportedType : java.lang.Class<T>
This property is an alias for the action: getSupportedType
def getSupportedType : java.lang.Class<T>
def transform(S,T,IBaseJvmModelInferrer,BiConsumer<T,U>)