|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameValueType
A tuple designed to store data, keyed by a name and type.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the value of this NameValueType object's name attribute. |
NameValueType[] |
getPropertySets()
Returns the value of this NameValueType object's propertySets attribute. |
java.lang.String |
getType()
Returns the value of this NameValueType object's type attribute. |
java.lang.String |
getValue()
Returns the value of this NameValueType object's value attribute. |
void |
setName(java.lang.String p_name)
Sets the name attribute. |
void |
setPropertySets(NameValueType[] p_propertySets)
Sets the propertySets attribute. |
void |
setType(java.lang.String p_type)
Sets the type attribute. |
void |
setValue(java.lang.String p_value)
Sets the value attribute. |
| Method Detail |
|---|
void setName(java.lang.String p_name)
NameValueType object.
p_name - The new value for name.getName()java.lang.String getName()
NameValueType object's name attribute.
Description of name:
The name of the key.
String The value of name.void setValue(java.lang.String p_value)
NameValueType object.
p_value - The new value for value.getValue()java.lang.String getValue()
NameValueType object's value attribute.
Description of value:
The value of the name.
String The value of value.void setType(java.lang.String p_type)
NameValueType object.
p_type - The new value for type.getType()java.lang.String getType()
NameValueType object's type attribute.
Description of type:
The type of the key.
String The value of type.void setPropertySets(NameValueType[] p_propertySets)
NameValueType object.
p_propertySets - The new value for propertySets.getPropertySets()NameValueType[] getPropertySets()
NameValueType object's propertySets attribute.
gov.nih.nci.mageom.bean.NameValueType[] The value of propertySets.NameValueType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||