org.apache.openejb.jee
Class ParamValue
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
paramName
protected String paramName
paramValue
protected String paramValue
id
protected String id
ParamValue
public ParamValue()
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-2011 The Apache OpenEJB development community. All Rights Reserved.