Uses of Class
io.protostuff.compiler.model.EnumConstant
-
Packages that use EnumConstant Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of EnumConstant in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type EnumConstant Modifier and Type Field Description protected List<EnumConstant>Enum. constantsMethods in io.protostuff.compiler.model that return EnumConstant Modifier and Type Method Description EnumConstantEnum. getConstant(String name)Get enum constant by it's name.Methods in io.protostuff.compiler.model that return types with arguments of type EnumConstant Modifier and Type Method Description List<EnumConstant>Enum. getConstants()Methods in io.protostuff.compiler.model with parameters of type EnumConstant Modifier and Type Method Description voidEnum. addConstant(EnumConstant value)Method parameters in io.protostuff.compiler.model with type arguments of type EnumConstant Modifier and Type Method Description voidEnum. setConstants(List<EnumConstant> constants) -
Uses of EnumConstant in io.protostuff.compiler.parser
Method parameters in io.protostuff.compiler.parser with type arguments of type EnumConstant Modifier and Type Method Description ProtoWalkerProtoWalker. onEnumConstant(ProtoWalker.ContextlessProcessor<EnumConstant> processor)ProtoWalkerProtoWalker. onEnumConstant(ProtoWalker.Processor<EnumConstant> processor)
-