org.apache.cocoon.portal.pluto.om.common
Class ParameterSetImpl

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.ParameterSetImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, org.apache.pluto.om.common.ParameterSet, org.apache.pluto.om.common.ParameterSetCtrl, org.apache.pluto.om.Controller, org.apache.pluto.om.Model

public class ParameterSetImpl
extends HashSet
implements org.apache.pluto.om.common.ParameterSet, org.apache.pluto.om.common.ParameterSetCtrl, Serializable

See Also:
Serialized Form

Constructor Summary
ParameterSetImpl()
           
 
Method Summary
 org.apache.pluto.om.common.Parameter add(String name, String value)
           
 org.apache.pluto.om.common.Parameter get(String name)
           
 void remove(org.apache.pluto.om.common.Parameter parameter)
           
 org.apache.pluto.om.common.Parameter remove(String name)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.om.common.ParameterSet
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ParameterSetImpl

public ParameterSetImpl()
Method Detail

get

public org.apache.pluto.om.common.Parameter get(String name)
Specified by:
get in interface org.apache.pluto.om.common.ParameterSet

add

public org.apache.pluto.om.common.Parameter add(String name,
                                                String value)
Specified by:
add in interface org.apache.pluto.om.common.ParameterSetCtrl

remove

public org.apache.pluto.om.common.Parameter remove(String name)
Specified by:
remove in interface org.apache.pluto.om.common.ParameterSetCtrl

remove

public void remove(org.apache.pluto.om.common.Parameter parameter)
Specified by:
remove in interface org.apache.pluto.om.common.ParameterSetCtrl

toString

public String toString()
Overrides:
toString in class AbstractCollection

toString

public String toString(int indent)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.