|
||||||||||
| 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: IndexedPropertyList.java,v 1.10 2011/02/20 03:12:32 fortuna Exp $ Created on 4/02/2006 Provides indexing of properties on a specific parameter.
| Constructor Summary | |
|---|---|
IndexedPropertyList(PropertyList list,
java.lang.String parameterName)
Creates a new instance indexed on the parameters with the specified name. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedPropertyList(PropertyList list,
java.lang.String parameterName)
list - a list of propertiesparameterName - the name of parameters on which to index| Method Detail |
|---|
public PropertyList getProperties(java.lang.String paramValue)
paramValue - the value of the parameter contained in the
returned properties
public Property getProperty(java.lang.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 | |||||||||