Class NameValuePairImpl
java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.NameValuePairImpl
- All Implemented Interfaces:
NameValuePair
The Class NameValuePairImpl.
-
Constructor Summary
ConstructorDescriptionInstantiates 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:
getName
in interfaceNameValuePair
- Returns:
- the name.
-
setName
Description copied from interface:NameValuePair
Sets the name.- Specified by:
setName
in interfaceNameValuePair
- Parameters:
aName
- a name
-
getValue
- Specified by:
getValue
in interfaceNameValuePair
- Returns:
- the value.
-
setValue
Description copied from interface:NameValuePair
Sets the value.- Specified by:
setValue
in interfaceNameValuePair
- Parameters:
aValue
- a value
-