public class APMParameter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
m_paramHandle |
Constructor and Description |
---|
APMParameter()
Create a new complex parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
AddInt32(int value)
Call AddInt32 to add a 32-bit integer scalar to the complex parameter.
|
void |
AddInt64(long value)
Call AddInt64 to add a 64-bit integer scalar to the complex parameter.
|
void |
AddString(java.lang.String value)
Call AddString to add a string value to the complex parameter.
|
public void AddInt32(int value)
value
- Integer value.public void AddInt64(long value)
value
- Integer value.public void AddString(java.lang.String value)
value
- String value.Copyright (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.