Package org.jibx.schema.codegen
Class StringObjectPair
- java.lang.Object
-
- org.jibx.schema.codegen.StringKeyed
-
- org.jibx.schema.codegen.StringObjectPair
-
- All Implemented Interfaces:
java.lang.Comparable
public class StringObjectPair extends StringKeyed
Holder for a pair consisting of a key string and a value object.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
m_value
Object value.
-
Constructor Summary
Constructors Constructor Description StringObjectPair(java.lang.String key, java.lang.Object value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
Get the value object.-
Methods inherited from class org.jibx.schema.codegen.StringKeyed
compareTo, getKey
-
-