Class StringObjectPair

java.lang.Object
org.jibx.schema.codegen.StringKeyed
org.jibx.schema.codegen.StringObjectPair
All Implemented Interfaces:
Comparable

public class StringObjectPair extends StringKeyed
Holder for a pair consisting of a key string and a value object.
  • Field Details

    • m_value

      private final Object m_value
      Object value.
  • Constructor Details

    • StringObjectPair

      public StringObjectPair(String key, Object value)
      Constructor.
      Parameters:
      key -
      value -
  • Method Details

    • getValue

      public Object getValue()
      Get the value object.
      Returns:
      value