Uses of Class
adalid.core.enums.NextValueRule
-
Packages that use NextValueRule Package Description adalid.core.annotations adalid.core.enums adalid.core.properties -
-
Uses of NextValueRule in adalid.core.annotations
Methods in adalid.core.annotations that return NextValueRule Modifier and Type Method Description NextValueRulenextValueRule()nextValueRule especifica la regla para calcular el siguiente valor de la propiedad. -
Uses of NextValueRule in adalid.core.enums
Methods in adalid.core.enums that return NextValueRule Modifier and Type Method Description static NextValueRuleNextValueRule. valueOf(String name)Returns the enum constant of this type with the specified name.static NextValueRule[]NextValueRule. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NextValueRule in adalid.core.properties
Methods in adalid.core.properties that return NextValueRule Modifier and Type Method Description NextValueRuleIntegerProperty. getMasterSequenceNextValueRule()Methods in adalid.core.properties with parameters of type NextValueRule Modifier and Type Method Description voidIntegerProperty. setMasterSequenceNextValueRule(NextValueRule rule)
-