Class KeyType.ChoiceKey$

  • All Implemented Interfaces:
    enumeratum.EnumEntry, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    KeyType<S>

    public static class KeyType.ChoiceKey$
    extends KeyType<Choice>
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final KeyType.ChoiceKey$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ChoiceKey$

        public ChoiceKey$()
    • Method Detail

      • make

        public GChoiceKey make​(java.lang.String name,
                               Choice firstChoice,
                               scala.collection.immutable.Seq<Choice> restChoices)