Uses of Class
io.protostuff.compiler.model.FieldModifier
-
Packages that use FieldModifier Package Description io.protostuff.compiler.model -
-
Uses of FieldModifier in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model declared as FieldModifier Modifier and Type Field Description static FieldModifierFieldModifier. DEFAULTprotected FieldModifierField. modifierMethods in io.protostuff.compiler.model that return FieldModifier Modifier and Type Method Description FieldModifierField. getModifier()static FieldModifierFieldModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldModifier[]FieldModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.protostuff.compiler.model with parameters of type FieldModifier Modifier and Type Method Description voidField. setModifier(FieldModifier modifier)
-