Class UPDMProfile.TransactionalStereotype

    • Constructor Detail

      • TransactionalStereotype

        protected TransactionalStereotype​(UPDMProfile profile)
    • Method Detail

      • getContainedTransactionalsProperty

        @CheckForNull
        public Property getContainedTransactionalsProperty()
      • getIdentifierProperty

        @CheckForNull
        public Property getIdentifierProperty()
      • getRepresentedWrappersProperty

        @CheckForNull
        public Property getRepresentedWrappersProperty()
      • setContainedTransactionals

        public void setContainedTransactionals​(Element element,
                                               @CheckForNull
                                               java.util.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 java.util.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
                                           java.util.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 java.util.List<Element> getRepresentedWrappers​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)