public class UpdateWrapper extends AssignmentWrapper
Assignment.AssignmentType
Writable.Context
Constructor and Description |
---|
UpdateWrapper(Assignment decoratedAssignment,
List<Type> thrownTypesToExclude,
Assignment factoryMethod,
Type targetImplementationType) |
Modifier and Type | Method and Description |
---|---|
Assignment |
getFactoryMethod() |
Set<Type> |
getImportTypes()
Returns a set containing those
Type s referenced by this model element for which an import statement needs
to be declared. |
List<Type> |
getThrownTypes()
returns all types exception types thrown by this assignment.
|
getAssignment, getSourceReference, getType, isUpdateMethod, setAssignment
write
getTemplateName, getTemplateNameForClass
public UpdateWrapper(Assignment decoratedAssignment, List<Type> thrownTypesToExclude, Assignment factoryMethod, Type targetImplementationType)
public List<Type> getThrownTypes()
Assignment
getThrownTypes
in interface Assignment
getThrownTypes
in class AssignmentWrapper
public Set<Type> getImportTypes()
ModelElement
Type
s referenced by this model element for which an import statement needs
to be declared.getImportTypes
in interface Assignment
getImportTypes
in class AssignmentWrapper
null
.public Assignment getFactoryMethod()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.