Interface ConcreteClassifier

All Superinterfaces:
AnnotableAndModifiable, Classifier, Commentable, EObject, Member, MemberContainer, NamedElement, Notifier, ReferenceableElement, Statement, Type, TypeParametrizable
All Known Subinterfaces:
Annotation, Class, Enumeration, Interface
All Known Implementing Classes:
AnnotationImpl, ClassImpl, ConcreteClassifierImpl, EnumerationImpl, InterfaceImpl

public interface ConcreteClassifier extends Classifier, TypeParametrizable, MemberContainer, Member, Statement, AnnotableAndModifiable
A representation of the model object 'Concrete Classifier'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getPackage

      Package getPackage()
      Returns the value of the 'Package' reference.
      Returns:
      the value of the 'Package' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setPackage

      void setPackage(Package value)
      Sets the value of the 'Package' reference.
      Parameters:
      value - the new value of the 'Package' reference.
      See Also:
      Generated class or method.
    • getInnerClassifiers

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

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

      EList<ClassifierReference> getSuperTypeReferences()
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • getAllMembers

      EList<Member> getAllMembers(Commentable context)
      Specified by:
      getAllMembers in interface Type
      Generated class or method.
      EMF model class or method.
    • getQualifiedName

      String getQualifiedName()
      Generated class or method.
      EMF model class or method.
      kind="operation" required="true"
    • isJavaLangObject

      boolean isJavaLangObject(ConcreteClassifier clazz)
      Generated class or method.
      EMF model class or method.
      required="true" clazzRequired="true"