Class BPMN2Profile.DataStoreStereotype

    • Field Detail

      • CAPACITY

        public static final java.lang.String CAPACITY
        Defines the capacity of the Data Store. This is not needed if the isUnlimited attribute is set to true.
        See Also:
        Constant Field Values
      • ISUNLIMITED

        public static final java.lang.String ISUNLIMITED
        If isUnlimited is set to true, then the capacity of a Data Store is set as unlimited and will override any value of the capacity attribute.
        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

      • DataStoreStereotype

        protected DataStoreStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCapacityProperty

        @CheckForNull
        public Property getCapacityProperty()
      • getIsUnlimitedProperty

        @CheckForNull
        public Property getIsUnlimitedProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCapacity

        public void setCapacity​(Element element,
                                @CheckForNull
                                java.lang.Integer value)
      • clearCapacity

        public void clearCapacity​(Element element)
      • getCapacity

        @CheckForNull
        public java.lang.Integer getCapacity​(Element element)
      • setIsUnlimited

        public void setIsUnlimited​(Element element,
                                   @CheckForNull
                                   java.lang.Boolean value)
      • clearIsUnlimited

        public void clearIsUnlimited​(Element element)
      • isIsUnlimited

        @CheckForNull
        public java.lang.Boolean isIsUnlimited​(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)