org.fcrepo.server.config.webxml
Class ContextParam

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

public class ContextParam
extends Object


Constructor Summary
ContextParam()
           
 
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

ContextParam

public ContextParam()
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 © 2011 DuraSpace. All Rights Reserved.