Uses of Class
io.protostuff.compiler.model.Enum
-
Packages that use Enum Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Enum in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Enum Modifier and Type Field Description protected List<Enum>AbstractUserTypeContainer. enumsMethods in io.protostuff.compiler.model that return Enum Modifier and Type Method Description default EnumEnumContainer. getEnum(String name)Get enum that is declared under this container.EnumEnumConstant. getParent()Methods in io.protostuff.compiler.model that return types with arguments of type Enum Modifier and Type Method Description List<Enum>AbstractUserTypeContainer. getEnums()List<Enum>EnumContainer. getEnums()Methods in io.protostuff.compiler.model with parameters of type Enum Modifier and Type Method Description voidAbstractUserTypeContainer. addEnum(Enum e)voidEnumContainer. addEnum(Enum e)voidEnumConstant. setParent(Enum parent)Method parameters in io.protostuff.compiler.model with type arguments of type Enum Modifier and Type Method Description voidAbstractUserTypeContainer. setEnums(List<Enum> enums)Constructors in io.protostuff.compiler.model with parameters of type Enum Constructor Description EnumConstant(Enum parent) -
Uses of Enum in io.protostuff.compiler.parser
Method parameters in io.protostuff.compiler.parser with type arguments of type Enum Modifier and Type Method Description ProtoWalkerProtoWalker. onEnum(ProtoWalker.ContextlessProcessor<Enum> processor)ProtoWalkerProtoWalker. onEnum(ProtoWalker.Processor<Enum> processor)
-