Class SimulationProfile.DeactivationStereotype

    • Constructor Detail

      • DeactivationStereotype

        protected DeactivationStereotype​(SimulationProfile profile)
    • Method Detail

      • getElementProperty

        @CheckForNull
        public Property getElementProperty()
      • getTimestampProperty

        @CheckForNull
        public Property getTimestampProperty()
      • 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)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)