Class NameValuePairImpl
java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.NameValuePairImpl
- All Implemented Interfaces:
NameValuePair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
NameValuePairImpl
public NameValuePairImpl() -
NameValuePairImpl
-
-
Method Details
-
getName
Description copied from interface:NameValuePair
Gets the name.- 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
Description copied from interface:NameValuePair
Gets the value.- 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
-