Uses of Class
io.protostuff.compiler.model.DynamicMessage.Value.Type
-
Packages that use DynamicMessage.Value.Type Package Description io.protostuff.compiler.model -
-
Uses of DynamicMessage.Value.Type in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return DynamicMessage.Value.Type Modifier and Type Method Description DynamicMessage.Value.TypeDynamicMessage.Value. getType()static DynamicMessage.Value.TypeDynamicMessage.Value.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicMessage.Value.Type[]DynamicMessage.Value.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-