Class NameValuePairImpl
java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.NameValuePairImpl
- All Implemented Interfaces:
NameValuePair
The Class NameValuePairImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new name value pair impl.NameValuePairImpl(String aName, Object aValue) Instantiates a new name value pair impl. -
Method Summary
-
Constructor Details
-
NameValuePairImpl
public NameValuePairImpl()Instantiates a new name value pair impl. -
NameValuePairImpl
Instantiates a new name value pair impl.- Parameters:
aName- the a nameaValue- the a value
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNameValuePair- Returns:
- the name.
-
setName
Description copied from interface:NameValuePairSets the name.- Specified by:
setNamein interfaceNameValuePair- Parameters:
aName- a name
-
getValue
- Specified by:
getValuein interfaceNameValuePair- Returns:
- the value.
-
setValue
Description copied from interface:NameValuePairSets the value.- Specified by:
setValuein interfaceNameValuePair- Parameters:
aValue- a value
-