public interface PVProperty
Modifier and Type | Method and Description |
---|---|
PVField |
findProperty(PVField pvField,
String fieldName) |
PVField |
findPropertyViaParent(PVField pvField,
String propertyName)
Find a property by searching up the parent tree.
|
String[] |
getPropertyNames(PVField pvField)
Get the names of all the properties for this PVField.
|
PVField findProperty(PVField pvField, String fieldName)
pvField
- The pvField.fieldName
- A string of the form name.name...PVField findPropertyViaParent(PVField pvField, String propertyName)
pvField
- The pvField.propertyName
- The property name which is expected to match the name of a field.String[] getPropertyNames(PVField pvField)
pvField
- The pvField.Copyright © 2014. All Rights Reserved.