Package org.compiere.util
Class OutputParameter
java.lang.Object
org.compiere.util.OutputParameter
- All Implemented Interfaces:
Serializable
@Deprecated(since="13",
forRemoval=true)
public class OutputParameter
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutputParameter(int sqlType, int scale, String typeName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintgetScale()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getValue()Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(Serializable value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
OutputParameter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getSqlType
public int getSqlType()Deprecated, for removal: This API element is subject to removal in a future version. -
getScale
public int getScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeName
Deprecated, for removal: This API element is subject to removal in a future version.
-