Class UAF.OperationalExchangeItemStereotype

    • Field Detail

      • ACTIVITY

        public static final java.lang.String ACTIVITY
        A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.
        See Also:
        Constant Field Values
      • URI

        public static final java.lang.String URI
        Captures Unique identifier for the element.
        See Also:
        Constant Field Values
      • CONFORMSTO

        public static final java.lang.String CONFORMSTO
        Relates a UAFElement to the Standard that the UAFElement is conforming to.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OperationalExchangeItemStereotype

        protected OperationalExchangeItemStereotype​(UAF profile)
    • Method Detail

      • getActivityProperty

        @CheckForNull
        public Property getActivityProperty()
      • getURIProperty

        @CheckForNull
        public Property getURIProperty()
      • getConformsToProperty

        @CheckForNull
        public Property getConformsToProperty()
      • setActivity

        public void setActivity​(Element element,
                                @CheckForNull
                                java.util.Collection<? extends Element> value)
      • clearActivity

        public void clearActivity​(Element element)
      • addActivity

        public void addActivity​(Element element,
                                Element value)
      • removeActivity

        public void removeActivity​(Element element,
                                   Element value)
      • getActivity

        public java.util.List<Element> getActivity​(Element element)
      • setURI

        public void setURI​(Element element,
                           @CheckForNull
                           java.lang.String value)
      • clearURI

        public void clearURI​(Element element)
      • getURI

        @CheckForNull
        public java.lang.String getURI​(Element element)
      • setConformsTo

        public void setConformsTo​(Element element,
                                  @CheckForNull
                                  java.util.Collection<? extends Element> value)
      • clearConformsTo

        public void clearConformsTo​(Element element)
      • addConformsTo

        public void addConformsTo​(Element element,
                                  Element value)
      • removeConformsTo

        public void removeConformsTo​(Element element,
                                     Element value)
      • getConformsTo

        public java.util.List<Element> getConformsTo​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)