public class TypeConversion extends ModelElement
Writable.Context| Constructor and Description |
|---|
TypeConversion(Set<Type> importTypes,
List<Type> exceptionTypes,
String conversionString) |
TypeConversion(String conversionString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionString() |
List<Type> |
getExceptionTypes() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
writegetTemplateNamepublic TypeConversion(String conversionString)
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class ModelElementnull.public String getConversionString()
Copyright © 2012-2014. All Rights Reserved.