Print Page as PDF
gov.va.med.vistalink.rpc.RpcReferenceType ICR (5238)

gov.va.med.vistalink.rpc.RpcReferenceType    ICR (5238)

Name Value
NUMBER 5238
IA # 5238
DATE CREATED 2008/07/03
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.rpc.RpcReferenceType
GENERAL DESCRIPTION
public class RpcReferenceType extends java.lang.Object:
Represents a reference type object for an RPC parameter. Used mainly for
RpcRequest.setParams() call to represent a 'reference' type parameter.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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.
DATE ACTIVATED 2008/07/11