Class PropertyDef

java.lang.Object
org.apache.storm.flux.model.PropertyDef

public class PropertyDef extends Object
  • Constructor Details

    • PropertyDef

      public PropertyDef()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
      Sets the value of this property. Throws IllegalArgumentException if a reference has already been set.
      Parameters:
      value - property value
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
      Sets the value of this property to a reference. Throws IllegalArgumentException if a value has already been set.
      Parameters:
      ref - property reference
    • isReference

      public boolean isReference()