com.sas.net.connect
Class ArgumentRecord
com.sas.net.connect.ArgumentRecord
public class ArgumentRecord
A utility for com.sas.net.connect.RemoteObject
Constructor Summary |
protected |
ArgumentRecord(double val,
int type,
int attrib,
int SASVersion)
protected contructor |
protected |
ArgumentRecord(java.lang.Object ref,
int type,
int attrib,
int SASVersion)
protected contructor |
hListItem
public com.sas.collection.hlist.HListItem hListItem
originalReference
public java.lang.Object originalReference
originalType
public int originalType
returnValue
public double returnValue
attribute
public int attribute
listVersion
public java.lang.Object listVersion
SASV8
public static int SASV8
ArgumentRecord
protected ArgumentRecord(java.lang.Object ref,
int type,
int attrib,
int SASVersion)
throws ConnectException
- protected contructor
- Parameters:
ref
- reference to a parametertype
- a static type code from RemoteObjectattrib
- a static attribute code from RemoteObject
- Throws:
ConnectException
ArgumentRecord
protected ArgumentRecord(double val,
int type,
int attrib,
int SASVersion)
throws ConnectException
- protected contructor
- Parameters:
val
- value of a parametertype
- a static type code from RemoteObjectattrib
- a static attribute code from RemoteObject
- Throws:
ConnectException
Copyright © 2009 SAS Institute Inc. All Rights Reserved.