Package org.apache.storm.flux.model
Class PropertyDef
java.lang.Object
org.apache.storm.flux.model.PropertyDef
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PropertyDefpublic PropertyDef()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getValue
- 
setValueSets the value of this property. Throws IllegalArgumentException if a reference has already been set.- Parameters:
- value- property value
 
- 
getRef
- 
setRefSets the value of this property to a reference. Throws IllegalArgumentException if a value has already been set.- Parameters:
- ref- property reference
 
- 
isReferencepublic boolean isReference()
 
-