Class SimulationProfile.RuntimeValueStereotype

    • Constructor Detail

      • RuntimeValueStereotype

        protected RuntimeValueStereotype​(SimulationProfile profile)
    • Method Detail

      • getValueProperty

        @CheckForNull
        public Property getValueProperty()
      • getElementProperty

        @CheckForNull
        public Property getElementProperty()
      • getTimestampProperty

        @CheckForNull
        public Property getTimestampProperty()
      • setValue

        public void setValue​(Element element,
                             @CheckForNull
                             java.util.Collection<java.lang.String> value)
      • clearValue

        public void clearValue​(Element element)
      • addValue

        public void addValue​(Element element,
                             java.lang.String value)
      • removeValue

        public void removeValue​(Element element,
                                java.lang.String value)
      • getValue

        public java.util.List<java.lang.String> getValue​(Element element)
      • setElement

        public void setElement​(Element element,
                               @CheckForNull
                               Element value)
      • clearElement

        public void clearElement​(Element element)
      • getElement

        @CheckForNull
        public Element getElement​(Element element)
      • setTimestamp

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

        public void clearTimestamp​(Element element)
      • getTimestamp

        @CheckForNull
        public java.lang.String getTimestamp​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)