Uses of Class
adalid.core.enums.ProcedureDataType
-
Packages that use ProcedureDataType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of ProcedureDataType in adalid.core
Methods in adalid.core that return ProcedureDataType Modifier and Type Method Description ProcedureDataTypeProcedureOperation. getProcedureDataType() -
Uses of ProcedureDataType in adalid.core.annotations
Methods in adalid.core.annotations that return ProcedureDataType Modifier and Type Method Description ProcedureDataTypedataType()dataType especifica el tipo de dato que retorna un procedimiento SIMPLE. -
Uses of ProcedureDataType in adalid.core.enums
Methods in adalid.core.enums that return ProcedureDataType Modifier and Type Method Description static ProcedureDataTypeProcedureDataType. valueOf(int i)Returns the enum constant of this type with the specified name.static ProcedureDataTypeProcedureDataType. valueOf(Class<?> clazz)Returns the enum constant of this type with the specified name.static ProcedureDataTypeProcedureDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcedureDataType[]ProcedureDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-