Class NameClassPair
java.lang.Object
org.apache.uima.util.NameClassPair
- All Implemented Interfaces:
Serializable
A class that stores the name of an attribute and the Class of that attribute's value.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNameClassPair(String aName, String aClassName) Creates a newNameClassPairwith the specified name and class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if two NameClassPairs are equal.Gets the class name of the attribute's value.getName()Gets the name of the attribute.inthashCode()Gets the hash code for this object.toString()Gets string representation of this object; useful for debugging.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mName
A name -
mClassName
A class name
-
-
Constructor Details
-
NameClassPair
-
-
Method Details
-
getName
-
getClassName
-
equals
-
hashCode
-
toString
-