Interface PropertyValueQuery
- 
- All Superinterfaces:
 Query
- All Known Implementing Classes:
 PropertyValueQuery.Base
public interface PropertyValueQuery extends Query
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertyValueQuery.Base 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectevaluate(PropertyMacroContext context)SNodeReferencegetMacro()SPropertygetProperty()ObjectgetTemplateValue() 
 - 
 
- 
- 
Method Detail
- 
getTemplateValue
Object getTemplateValue()
 
- 
getMacro
@NotNull SNodeReference getMacro()
 
- 
evaluate
@Nullable Object evaluate(@NotNull PropertyMacroContext context) throws GenerationFailureException
- Throws:
 GenerationFailureException
 
 - 
 
 -