Class UPDMProfile.TransactionalStereotype

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

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

  • Constructor Details

    • TransactionalStereotype

      protected TransactionalStereotype(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()
    • getRepresentedWrappersProperty

      @CheckForNull public Property getRepresentedWrappersProperty()
    • 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)
    • setRepresentedWrappers

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

      public void clearRepresentedWrappers(Element element)
    • addRepresentedWrappers

      public void addRepresentedWrappers(Element element, Element value)
    • removeRepresentedWrappers

      public void removeRepresentedWrappers(Element element, Element value)
    • getRepresentedWrappers

      public List<Element> getRepresentedWrappers(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)