|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.Protocol.impl.ParameterValueImpl
public class ParameterValueImpl
The value of a Parameter.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected Parameter |
parameterType
DOCUMENT ME |
protected java.lang.Long |
parameterTypeId
The internal ID of the associated parameterType object. |
protected java.lang.String |
value
The value of the parameter. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ParameterValueImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Parameter |
getParameterType()
Returns the value of this ParameterValue object's parameterType attribute. |
java.lang.String |
getValue()
Returns the value of this ParameterValue object's value attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
ParameterValue[] |
searchParameterValues(ParameterValueSearchCriteria criteria)
Returns an array of ParameterValue objects that
satisfy the given ParameterValueSearchCriteria. |
void |
setParameterType(Parameter p_parameterType)
Sets the parameterType attribute. |
void |
setValue(java.lang.String p_value)
Sets the value attribute. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String value
protected Parameter parameterType
protected java.lang.Long parameterTypeId
| Constructor Detail |
|---|
public ParameterValueImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public ParameterValue[] searchParameterValues(ParameterValueSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ParameterValue objects that
satisfy the given ParameterValueSearchCriteria.
criteria - The ParameterValueSearchCriteria
which represents a query for ParameterValue objects.
ParameterValue objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setValue(java.lang.String p_value)
ParameterValue object.
setValue in interface ParameterValuep_value - The new value for value.ParameterValue.getValue()public java.lang.String getValue()
ParameterValueParameterValue object's value attribute.
Description of value:
The value of the parameter. Will have the datatype of its associated Parameter.
getValue in interface ParameterValueany The value of value.ParameterValue.getValue()public void setParameterType(Parameter p_parameterType)
ParameterValue object.
setParameterType in interface ParameterValuep_parameterType - The new value for parameterType.ParameterValue.getParameterType()public Parameter getParameterType()
ParameterValueParameterValue object's parameterType attribute.
getParameterType in interface ParameterValuegov.nih.nci.mageom.bean.Protocol.Parameter The value of parameterType.ParameterValue.getParameterType()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||