public class IndexedPropertyList
extends java.lang.Object
Constructor and Description |
---|
IndexedPropertyList(PropertyList list,
java.lang.String parameterName)
Creates a new instance indexed on the parameters with the specified name.
|
Modifier and Type | Method and Description |
---|---|
PropertyList |
getProperties(java.lang.String paramValue)
Returns a list of properties containing a parameter with the
specified value.
|
Property |
getProperty(java.lang.String paramValue)
Returns the first property containing a parameter with the specified
value.
|
public IndexedPropertyList(PropertyList list, java.lang.String parameterName)
list
- a list of propertiesparameterName
- the name of parameters on which to indexpublic PropertyList getProperties(java.lang.String paramValue)
paramValue
- the value of the parameter contained in the
returned propertiespublic Property getProperty(java.lang.String paramValue)
paramValue
- the value of the parameter identified in the returned
property