Package org.apache.uima.cas.impl
Class DebugNameValuePair
java.lang.Object
org.apache.uima.cas.impl.DebugNameValuePair
-
Constructor Summary
ConstructorDescriptionDebugNameValuePair
(String aName, Object aValue) Creates a newNameValuePair_impl
with the specified name and value. -
Method Summary
-
Constructor Details
-
DebugNameValuePair
Creates a newNameValuePair_impl
with the specified name and value.- Parameters:
aName
- a nameaValue
- a value
-
-
Method Details