Class StringPair

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

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

    • m_value

      private final String m_value
      String value.
  • Constructor Details

    • StringPair

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

    • getValue

      public String getValue()
      Get the value string.
      Returns:
      value