public class TypeConversion extends AbstractModelElement
ModelElement.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. |
writepublic TypeConversion(String conversionString)
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model
element for which an import statement needs to be declared.null.public String getConversionString()
Copyright © 2012-2013. All Rights Reserved.