Uses of Class
adalid.core.enums.OperationKind
-
Packages that use OperationKind Package Description adalid.core adalid.core.enums -
-
Uses of OperationKind in adalid.core
Methods in adalid.core that return OperationKind Modifier and Type Method Description OperationKindOperation. getOperationKind() -
Uses of OperationKind in adalid.core.enums
Methods in adalid.core.enums that return OperationKind Modifier and Type Method Description static OperationKindOperationKind. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationKind[]OperationKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-