|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Reference in org.syphr.prom |
---|
Methods in org.syphr.prom that return Reference | |
---|---|
Reference |
ManagedProperty.referenceAt(int position)
|
Reference |
DefaultEvaluator.referenceAt(String rawValue,
int position,
Retriever retriever)
|
Reference |
Evaluator.referenceAt(String rawValue,
int position,
Retriever retriever)
Retrieve the reference at the specified location, if one exists. |
Reference |
PropertiesManager.referenceAt(T property,
int position)
Retrieve the reference to another property from within the value of the given property at the given position. |
Methods in org.syphr.prom that return types with arguments of type Reference | |
---|---|
List<Reference> |
Reference.getReferences()
Retrieve a list of sub-references contained within the value of this reference. |
List<Reference> |
DefaultEvaluator.getReferences(String rawValue,
Retriever retriever)
|
List<Reference> |
Evaluator.getReferences(String rawValue,
Retriever retriever)
Get a list of references contained within the given raw value. |
Methods in org.syphr.prom with parameters of type Reference | |
---|---|
void |
Reference.addReference(Reference ref)
Add a sub reference to this instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |