Class ModelElement

    • Constructor Detail

      • ModelElement

        public ModelElement()
    • Method Detail

      • getImportTypes

        public abstract Set<Type> getImportTypes()
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Returns:
        A set with type referenced by this model element. Must not be null.