org.jibx.schema.codegen
Class StringObjectPair

java.lang.Object
  extended by org.jibx.schema.codegen.StringKeyed
      extended by 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
private  java.lang.Object m_value
          Object value.
 
Constructor Summary
StringObjectPair(java.lang.String key, java.lang.Object value)
          Constructor.
 
Method Summary
 java.lang.Object getValue()
          Get the value object.
 
Methods inherited from class org.jibx.schema.codegen.StringKeyed
compareTo, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_value

private final java.lang.Object m_value
Object value.

Constructor Detail

StringObjectPair

public StringObjectPair(java.lang.String key,
                        java.lang.Object value)
Constructor.

Parameters:
key -
value -
Method Detail

getValue

public java.lang.Object getValue()
Get the value object.

Returns:
value


Project Web Site