Uses of Class
com.speedment.common.codegen.model.modifier.Modifier
-
Packages that use Modifier Package Description com.speedment.common.codegen.model.modifier Implementations of theModifierinterface that represent the modifier keywords of the java language is located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of Modifier in com.speedment.common.codegen.model.modifier
Methods in com.speedment.common.codegen.model.modifier that return Modifier Modifier and Type Method Description ModifierModifier. copy()static ModifierModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static Modifier[]Modifier. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Modifier in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Modifier Modifier and Type Method Description Set<Modifier>HasModifiers. getModifiers()Returns aSetwith all modifiers of this model.
-