Class AnnotatedSetter

All Implemented Interfaces:
Writable

public class AnnotatedSetter extends GeneratedTypeMethod
A method in a generated type that represents a setter with annotations.
Author:
Lucas Resch
  • Constructor Details

  • Method Details

    • getImportTypes

      public Set<Type> getImportTypes()
      Description copied from class: ModelElement
      Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
      Specified by:
      getImportTypes in class ModelElement
      Returns:
      A set with type referenced by this model element. Must not be null.
    • getType

      public Type getType()
    • getFieldName

      public String getFieldName()
    • getMethodAnnotations

      public Collection<Annotation> getMethodAnnotations()
    • getParameterAnnotations

      public Collection<Annotation> getParameterAnnotations()