Class SetType.Choice

java.lang.Object
uk.co.real_logic.sbe.xml.SetType.Choice
Enclosing class:
SetType

public static class SetType.Choice extends Object
Holder for valid values for SBE schema enum type.
  • Constructor Details

    • Choice

      public Choice(Node node, PrimitiveType encodingType)
      Construct a Choice given the XML node and the encodingType
      Parameters:
      node - that contains the validValue
      encodingType - for the enum
  • Method Details

    • primitiveValue

      public PrimitiveValue primitiveValue()
      The PrimitiveValue representation of the bitset choice.
      Returns:
      the PrimitiveValue representation of the bitset choice.
    • name

      public String name()
      The String name representation of the bitset choice.
      Returns:
      the String name representation of the bitset choice.
    • description

      public String description()
      The description of the bitset choice.
      Returns:
      the description of the bitset choice.
    • sinceVersion

      public int sinceVersion()
      The sinceVersion value of the SetType.Choice
      Returns:
      the sinceVersion value of the SetType.Choice
    • deprecated

      public int deprecated()
      Version in which SetType.Choice was deprecated. Only valid if greater than zero.
      Returns:
      version in which the SetType.Choice was deprecated.
    • toString

      public String toString()
      Overrides:
      toString in class Object