org.fcrepo.server.config.webxml
Class InitParam

java.lang.Object
  extended by org.fcrepo.server.config.webxml.InitParam

public class InitParam
extends Object


Constructor Summary
InitParam()
           
 
Method Summary
 void addDescription(String description)
           
 List<String> getDescriptions()
           
 String getParamName()
           
 String getParamValue()
           
 void removeDescription(String description)
           
 void setParamName(String paramName)
           
 void setParamValue(String paramValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitParam

public InitParam()
Method Detail

getDescriptions

public List<String> getDescriptions()

addDescription

public void addDescription(String description)

removeDescription

public void removeDescription(String description)

getParamName

public String getParamName()

setParamName

public void setParamName(String paramName)

getParamValue

public String getParamValue()

setParamValue

public void setParamValue(String paramValue)


Copyright © 2012 DuraSpace. All Rights Reserved.