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