Uses of Class
io.protostuff.compiler.model.ScalarFieldType
-
Packages that use ScalarFieldType Package Description io.protostuff.compiler.model -
-
Uses of ScalarFieldType in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return ScalarFieldType Modifier and Type Method Description static ScalarFieldTypeScalarFieldType. getByName(String name)Get scalar type by its reference/name.static ScalarFieldTypeScalarFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarFieldType[]ScalarFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-