Class UPDMProfile.SemanticStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.SemanticStereotype
Enclosing class:
UPDMProfile

public static class UPDMProfile.SemanticStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • SemanticStereotype

      protected SemanticStereotype(UPDMProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getContainedTransactionalsProperty

      @CheckForNull public Property getContainedTransactionalsProperty()
    • getIdentifierProperty

      @CheckForNull public Property getIdentifierProperty()
    • setContainedTransactionals

      public void setContainedTransactionals(Element element, @CheckForNull Collection<? extends Element> value)
    • clearContainedTransactionals

      public void clearContainedTransactionals(Element element)
    • addContainedTransactionals

      public void addContainedTransactionals(Element element, Element value)
    • removeContainedTransactionals

      public void removeContainedTransactionals(Element element, Element value)
    • getContainedTransactionals

      public List<Element> getContainedTransactionals(Element element)
    • setIdentifier

      public void setIdentifier(Element element, @CheckForNull Element value)
    • clearIdentifier

      public void clearIdentifier(Element element)
    • getIdentifier

      @CheckForNull public Element getIdentifier(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)