Uses of Class
adalid.core.enums.DataGenNumericAction
-
Packages that use DataGenNumericAction Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of DataGenNumericAction in adalid.core
Methods in adalid.core that return DataGenNumericAction Modifier and Type Method Description DataGenNumericActionAbstractDataArtifact. getDataGenNumericAction() -
Uses of DataGenNumericAction in adalid.core.annotations
Methods in adalid.core.annotations that return DataGenNumericAction Modifier and Type Method Description DataGenNumericActionaction()action especifica la acción que se realiza sobre el número random generado. -
Uses of DataGenNumericAction in adalid.core.enums
Methods in adalid.core.enums that return DataGenNumericAction Modifier and Type Method Description static DataGenNumericActionDataGenNumericAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DataGenNumericAction[]DataGenNumericAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-