Package org.jibx.schema.codegen
Class StringObjectPair
java.lang.Object
org.jibx.schema.codegen.StringKeyed
org.jibx.schema.codegen.StringObjectPair
- All Implemented Interfaces:
Comparable
Holder for a pair consisting of a key string and a value object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jibx.schema.codegen.StringKeyed
compareTo, getKey
-
Field Details
-
m_value
Object value.
-
-
Constructor Details
-
StringObjectPair
Constructor.- Parameters:
key
-value
-
-
-
Method Details
-
getValue
Get the value object.- Returns:
- value
-