|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| gov.nih.nci.mageom.domain.Protocol | |
| gov.nih.nci.mageom.domain.Protocol.impl | |
| Uses of Parameter in gov.nih.nci.mageom.domain.Protocol |
|---|
| Methods in gov.nih.nci.mageom.domain.Protocol that return Parameter | |
|---|---|
Parameter |
ParameterValue.getParameterType()
Returns the value of this ParameterValue object's parameterType attribute. |
Parameter[] |
Parameterizable.getParameterTypes()
Returns the value of this Parameterizable object's parameterTypes attribute. |
| Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type Parameter | |
|---|---|
void |
ParameterValue.setParameterType(Parameter p_parameterType)
Sets the parameterType attribute. |
void |
Parameterizable.setParameterTypes(Parameter[] p_parameterTypes)
Sets the parameterTypes attribute. |
| Uses of Parameter in gov.nih.nci.mageom.domain.Protocol.impl |
|---|
| Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement Parameter | |
|---|---|
class |
ParameterImpl
A Parameter is a replaceable value in a Parameterizable class. |
| Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as Parameter | |
|---|---|
protected Parameter |
ParameterValueImpl.parameterType
DOCUMENT ME |
protected Parameter[] |
ParameterizableImpl.parameterTypes
DOCUMENT ME |
| Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Parameter | |
|---|---|
Parameter |
ParameterValueImpl.getParameterType()
|
Parameter[] |
ParameterizableImpl.getParameterTypes()
|
Parameter[] |
ParameterImpl.searchParameters(ParameterSearchCriteria criteria)
Returns an array of Parameter objects that
satisfy the given ParameterSearchCriteria. |
| Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type Parameter | |
|---|---|
void |
ParameterValueImpl.setParameterType(Parameter p_parameterType)
Sets the parameterType attribute. |
void |
ParameterizableImpl.setParameterTypes(Parameter[] p_parameterTypes)
Sets the parameterTypes attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||