Package uk.co.real_logic.sbe.xml
Class SetType.Choice
java.lang.Object
uk.co.real_logic.sbe.xml.SetType.Choice
- Enclosing class:
- SetType
Holder for valid values for SBE schema enum type.
-
Constructor Summary
ConstructorsConstructorDescriptionChoice(Node node, PrimitiveType encodingType) Construct a Choice given the XML node and the encodingType -
Method Summary
Modifier and TypeMethodDescriptionintVersion in whichSetType.Choicewas deprecated.The description of the bitset choice.name()The String name representation of the bitset choice.ThePrimitiveValuerepresentation of the bitset choice.intThe sinceVersion value of theSetType.ChoicetoString()
-
Constructor Details
-
Choice
Construct a Choice given the XML node and the encodingType- Parameters:
node- that contains the validValueencodingType- for the enum
-
-
Method Details
-
primitiveValue
ThePrimitiveValuerepresentation of the bitset choice.- Returns:
- the
PrimitiveValuerepresentation of the bitset choice.
-
name
The String name representation of the bitset choice.- Returns:
- the String name representation of the bitset choice.
-
description
The description of the bitset choice.- Returns:
- the description of the bitset choice.
-
sinceVersion
public int sinceVersion()The sinceVersion value of theSetType.Choice- Returns:
- the sinceVersion value of the
SetType.Choice
-
deprecated
public int deprecated()Version in whichSetType.Choicewas deprecated. Only valid if greater than zero.- Returns:
- version in which the
SetType.Choicewas deprecated.
-
toString
-