Class PropertyConstraint


  • public class PropertyConstraint
    extends java.lang.Object
    This class describes a property or constraint which provide additional information to a workflow runtime.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyConstraint()  
      PropertyConstraint​(java.lang.String name, java.lang.String value)
      Constructor for property or constraint
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()  
      java.lang.String getName()
      Getter and Setter
      java.lang.String getValue()  
      void setAdditionalProperty​(java.lang.String name, java.lang.Object value)  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyConstraint

        public PropertyConstraint()
      • PropertyConstraint

        public PropertyConstraint​(java.lang.String name,
                                  java.lang.String value)
        Constructor for property or constraint
        Parameters:
        name - Name of the property or constraint
        value - Value of the property or constraint regarding its name
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter and Setter
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(java.lang.String name,
                                          java.lang.Object value)