Class BPMN2Profile.SignalEventDefinitionStereotype

    • Field Detail

      • SIGNALREF

        public static final java.lang.String SIGNALREF
        If the Trigger is a Signal, then a Signal is provided
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        This attribute is used to uniquely identify BPMN elements.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SignalEventDefinitionStereotype

        protected SignalEventDefinitionStereotype​(BPMN2Profile profile)
    • Method Detail

      • getSignalRefProperty

        @CheckForNull
        public Property getSignalRefProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setSignalRef

        public void setSignalRef​(Element element,
                                 @CheckForNull
                                 Element value)
      • clearSignalRef

        public void clearSignalRef​(Element element)
      • getSignalRef

        @CheckForNull
        public Element getSignalRef​(Element element)
      • setId

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

        public void clearId​(Element element)
      • getId

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

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)