org.exoplatform.container.xml
Class PropertiesParam

java.lang.Object
  extended by org.exoplatform.container.xml.Parameter
      extended by org.exoplatform.container.xml.PropertiesParam

public class PropertiesParam
extends Parameter

Jul 19, 2004


Constructor Summary
PropertiesParam()
           
 
Method Summary
 void addProperty(Object value)
           
 ExoProperties getProperties()
           
 String getProperty(String name)
           
 Iterator<Property> getPropertyIterator()
           
 void setProperty(String name, String value)
           
 String toString()
           
 
Methods inherited from class org.exoplatform.container.xml.Parameter
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesParam

public PropertiesParam()
Method Detail

getProperties

public ExoProperties getProperties()

getProperty

public String getProperty(String name)

setProperty

public void setProperty(String name,
                        String value)

addProperty

public void addProperty(Object value)

getPropertyIterator

public Iterator<Property> getPropertyIterator()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 eXo Platform SAS. All Rights Reserved.