Interface Profile

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ProfileImpl

public interface Profile extends EPackage
A representation of the model object 'Profile'.
See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getApplicableStereotypes

      EList<Stereotype> getApplicableStereotypes(EClass eClass)
      Returns a list of all applicable stereotypes for the specified eClass.
      Generated class or method.
      EMF model class or method.
    • getStereotypes

      EList<Stereotype> getStereotypes()
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • getStereotype

      Stereotype getStereotype(String stereotypeName)
      Generated class or method.
      EMF model class or method.
      stereotypeNameRequired="true"