|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameterizable
The Parameterizable interface encapsulates the association of Parameters with ParameterValues.
| Method Summary | |
|---|---|
Parameter[] |
getParameterTypes()
Returns the value of this Parameterizable object's parameterTypes attribute. |
java.lang.String |
getURI()
Returns the value of this Parameterizable object's URI attribute. |
void |
setParameterTypes(Parameter[] p_parameterTypes)
Sets the parameterTypes attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setURI(java.lang.String p_URI)
Parameterizable object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
Parameterizable object's URI attribute.
Description of URI:
Where an instantiated Parameterizable is located.
String The value of URI.void setParameterTypes(Parameter[] p_parameterTypes)
Parameterizable object.
p_parameterTypes - The new value for parameterTypes.getParameterTypes()Parameter[] getParameterTypes()
Parameterizable object's parameterTypes attribute.
gov.nih.nci.mageom.bean.Protocol.Parameter[] The value of parameterTypes.Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||