constructor |
public RpcReferenceType(): default constructor.
public RpcReferenceType(java.lang.String value): Constructs this instance with
the specified value.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
value |
Input |
java.lang.String value: Name of variable to be
referenced, like DUZ (for 1-arg constructor).
|
|
getValue |
public java.lang.String getValue(): Returns name of
the variable desired in the M server partition.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.lang.String: the name of the variable to
be referenced in the M server partition.
|
|
setValue |
public void setValue(java.lang.String value): Sets
the value to the name of the variable desired to be referenced in the M server
partition.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
value |
Input |
java.lang.String value: The value to set.
|
|
toString |
public java.lang.String toString(): override of
default toString method.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.lang.String: name of the variable
desired to be referenced in the M server partition.
|
|