org.apache.openejb.jee
Class ParamValue

java.lang.Object
  extended by org.apache.openejb.jee.ParamValue

public class ParamValue
extends Object

This type is a general type that can be used to declare parameter/value lists.


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  String paramName
           
protected  String paramValue
           
 
Constructor Summary
ParamValue()
           
 
Method Summary
 List<Text> getDescription()
           
 String getId()
           
 String getParamName()
           
 String getParamValue()
           
 void setId(String value)
           
 void setParamName(String value)
           
 void setParamValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

paramName

protected String paramName

paramValue

protected String paramValue

id

protected String id
Constructor Detail

ParamValue

public ParamValue()
Method Detail

getDescription

public List<Text> getDescription()

getParamName

public String getParamName()

setParamName

public void setParamName(String value)

getParamValue

public String getParamValue()

setParamValue

public void setParamValue(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.