Uses of Class
adalid.core.enums.ProcedureType
-
Packages that use ProcedureType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of ProcedureType in adalid.core
Methods in adalid.core that return ProcedureType Modifier and Type Method Description ProcedureTypeProcedureOperation. getProcedureType() -
Uses of ProcedureType in adalid.core.annotations
Methods in adalid.core.annotations that return ProcedureType Modifier and Type Method Description ProcedureTypetype()type especifica el tipo de procedimiento. -
Uses of ProcedureType in adalid.core.enums
Methods in adalid.core.enums that return ProcedureType Modifier and Type Method Description static ProcedureTypeProcedureType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcedureType[]ProcedureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-