Uses of Class
adalid.core.enums.OnConstructionOperationSuccess
-
Packages that use OnConstructionOperationSuccess Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of OnConstructionOperationSuccess in adalid.core
Methods in adalid.core that return OnConstructionOperationSuccess Modifier and Type Method Description OnConstructionOperationSuccessProcessOperation. getOnConstructionSuccess() -
Uses of OnConstructionOperationSuccess in adalid.core.annotations
Methods in adalid.core.annotations that return OnConstructionOperationSuccess Modifier and Type Method Description OnConstructionOperationSuccessonsuccess()onsuccess especifica la acción que se debe llevar a cabo al finalizar la operación, cuando ésta se ejecuta con éxito. -
Uses of OnConstructionOperationSuccess in adalid.core.enums
Methods in adalid.core.enums that return OnConstructionOperationSuccess Modifier and Type Method Description static OnConstructionOperationSuccessOnConstructionOperationSuccess. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OnConstructionOperationSuccess[]OnConstructionOperationSuccess. values()Returns an array containing the constants of this enum type, in the order they are declared.
-