Class DecoratorConstructor

    • Constructor Detail

      • DecoratorConstructor

        public DecoratorConstructor​(String name,
                                    String delegateName,
                                    boolean invokeSuperConstructor)
    • Method Detail

      • 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 interface Constructor
        Specified by:
        getImportTypes in class ModelElement
        Returns:
        A set with type referenced by this model element. Must not be null.
      • getDelegateName

        public String getDelegateName()
      • isInvokeSuperConstructor

        public boolean isInvokeSuperConstructor()