Package org.apache.storm.flux.model
Class PropertyDef
java.lang.Object
org.apache.storm.flux.model.PropertyDef
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PropertyDef
public PropertyDef() 
 - 
 - 
Method Details
- 
getName
 - 
setName
 - 
getValue
 - 
setValue
Sets the value of this property. Throws IllegalArgumentException if a reference has already been set.- Parameters:
 value- property value
 - 
getRef
 - 
setRef
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() 
 -