Interface Classifier

All Superinterfaces:
Commentable, EObject, NamedElement, Notifier, ReferenceableElement, Type
All Known Subinterfaces:
Annotation, Class, ConcreteClassifier, Enumeration, Interface, TypeParameter
All Known Implementing Classes:
AnnotationImpl, ClassifierImpl, ClassImpl, ConcreteClassifierImpl, EnumerationImpl, InterfaceImpl, TemporalCompositeClassifier, TypeParameterImpl

public interface Classifier extends Type, ReferenceableElement
A representation of the model object 'Classifier'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getAllSuperClassifiers

      EList<ConcreteClassifier> getAllSuperClassifiers()
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • addImport

      void addImport(String nameOfClassToImport)
      Generated class or method.
      EMF model class or method.
      nameOfClassToImportRequired="true"
    • addPackageImport

      void addPackageImport(String packageName)
      Generated class or method.
      EMF model class or method.