Interface PropertySetterBlockProperties
- 
- All Known Implementing Classes:
- PropertySetterBlockPrototype
 
 public interface PropertySetterBlockProperties
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classPropertySetterBlockProperties.PropertyScope
 - 
Field SummaryFields Modifier and Type Field Description static Property<java.lang.String>EXPRESSIONstatic java.lang.StringFACTORY_IDstatic Property<java.lang.String>PROPERTY_IDstatic Property<PropertySetterBlockProperties.PropertyScope>SCOPEIndicates whether the property should be set "globally" on the alarm event, or local to the event instance.
 
- 
- 
- 
Field Detail- 
FACTORY_IDstatic final java.lang.String FACTORY_ID - See Also:
- Constant Field Values
 
 - 
PROPERTY_IDstatic final Property<java.lang.String> PROPERTY_ID 
 - 
EXPRESSIONstatic final Property<java.lang.String> EXPRESSION 
 - 
SCOPEstatic final Property<PropertySetterBlockProperties.PropertyScope> SCOPE Indicates whether the property should be set "globally" on the alarm event, or local to the event instance.
 
- 
 
-