Class BPMN2Profile.TimerBoundaryEventStereotype

    • Field Detail

      • DATAOUTPUTASSOCIATION

        public static final java.lang.String DATAOUTPUTASSOCIATION
        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
      • TIMECYCLE

        public static final java.lang.String TIMECYCLE
        If the trigger is a Timer, then a timeCycle MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeCycle MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeCycle MUST conform to the ISO-8601 format for recurring time interval representations.
        See Also:
        Constant Field Values
      • TIMEDATE

        public static final java.lang.String TIMEDATE
        If the trigger is a Timer, then a timeDate MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDate MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDate MUST conform to the ISO-8601 format for date and time representations.
        See Also:
        Constant Field Values
      • TIMEDURATION

        public static final java.lang.String TIMEDURATION
        If the trigger is a Timer, then a timeDuration MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDuration MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDuration MUST conform to the ISO-8601 format for time interval representations.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TimerBoundaryEventStereotype

        protected TimerBoundaryEventStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCancelActivityProperty

        @CheckForNull
        public Property getCancelActivityProperty()
      • getAttachedToRefProperty

        @CheckForNull
        public Property getAttachedToRefProperty()
      • getDataOutputAssociationProperty

        @CheckForNull
        public Property getDataOutputAssociationProperty()
      • getDataOutputsProperty

        @CheckForNull
        public Property getDataOutputsProperty()
      • getOutputSetProperty

        @CheckForNull
        public Property getOutputSetProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • getTimeCycleProperty

        @CheckForNull
        public Property getTimeCycleProperty()
      • getTimeDateProperty

        @CheckForNull
        public Property getTimeDateProperty()
      • getTimeDurationProperty

        @CheckForNull
        public Property getTimeDurationProperty()
      • clearCancelActivity

        public void clearCancelActivity​(Element element)
      • setAttachedToRef

        public void setAttachedToRef​(Element element,
                                     @CheckForNull
                                     Element value)
      • clearAttachedToRef

        public void clearAttachedToRef​(Element element)
      • getAttachedToRef

        @CheckForNull
        public Element getAttachedToRef​(Element element)
      • setDataOutputAssociation

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

        public void clearDataOutputAssociation​(Element element)
      • addDataOutputAssociation

        public void addDataOutputAssociation​(Element element,
                                             Element value)
      • removeDataOutputAssociation

        public void removeDataOutputAssociation​(Element element,
                                                Element value)
      • getDataOutputAssociation

        public java.util.List<Element> getDataOutputAssociation​(Element element)
      • setDataOutputs

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

        public void clearDataOutputs​(Element element)
      • addDataOutputs

        public void addDataOutputs​(Element element,
                                   Element value)
      • removeDataOutputs

        public void removeDataOutputs​(Element element,
                                      Element value)
      • getDataOutputs

        public java.util.List<Element> getDataOutputs​(Element element)
      • setOutputSet

        public void setOutputSet​(Element element,
                                 @CheckForNull
                                 Element value)
      • clearOutputSet

        public void clearOutputSet​(Element element)
      • getOutputSet

        @CheckForNull
        public Element getOutputSet​(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)
      • setTimeCycle

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

        public void clearTimeCycle​(Element element)
      • getTimeCycle

        @CheckForNull
        public java.lang.String getTimeCycle​(Element element)
      • setTimeDate

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

        public void clearTimeDate​(Element element)
      • getTimeDate

        @CheckForNull
        public java.lang.String getTimeDate​(Element element)
      • setTimeDuration

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

        public void clearTimeDuration​(Element element)
      • getTimeDuration

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

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)