|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.IndexedPropertyList
public class IndexedPropertyList
$Id$ Created on 4/02/2006 Provides indexing of properties on a specific parameter.
Constructor Summary | |
---|---|
IndexedPropertyList(PropertyList list,
String parameterName)
Creates a new instance indexed on the parameters with the specified name. |
Method Summary | |
---|---|
PropertyList |
getProperties(String paramValue)
Returns a list of properties containing a parameter with the specified value. |
Property |
getProperty(String paramValue)
Returns the first property containing a parameter with the specified value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedPropertyList(PropertyList list, String parameterName)
list
- a list of propertiesparameterName
- the name of parameters on which to indexMethod Detail |
---|
public PropertyList getProperties(String paramValue)
paramValue
- the value of the parameter contained in the
returned properties
public Property getProperty(String paramValue)
paramValue
- the value of the parameter identified in the returned
property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |