Uses of Class
com.squareup.protoparser.EnumType.Value
-
-
Uses of EnumType.Value in com.squareup.protoparser
Fields in com.squareup.protoparser with type parameters of type EnumType.Value Modifier and Type Field Description private java.util.List<EnumType.Value>EnumType. valuesMethods in com.squareup.protoparser that return EnumType.Value Modifier and Type Method Description (package private) static EnumType.ValueEnumType.Value. anonymous(java.lang.String name)Used to represent enums values where we just know the name.Methods in com.squareup.protoparser that return types with arguments of type EnumType.Value Modifier and Type Method Description java.util.List<EnumType.Value>EnumType. getValues()Method parameters in com.squareup.protoparser with type arguments of type EnumType.Value Modifier and Type Method Description private static voidEnumType. validateTagUniqueness(java.lang.String type, java.util.List<EnumType.Value> values)
-