|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.sas.ProcessParameter
com.sas.drugdev.remote.sas.ProcessPathParameter
com.sas.drugdev.remote.sas.ProcessFileParameter
com.sas.drugdev.remote.sas.ProcessOutputFileParameter
public class ProcessOutputFileParameter
Class used to represent an Output File parameter in an SDD process
Field Summary |
---|
Constructor Summary | |
---|---|
ProcessOutputFileParameter()
|
|
ProcessOutputFileParameter(java.lang.String name,
java.lang.String label,
java.lang.String path,
java.lang.String fileName,
boolean isRelative)
Constructor that takes the given information to create a Output File parameter in an SDD process |
Method Summary |
---|
Methods inherited from class com.sas.drugdev.remote.sas.ProcessFileParameter |
---|
getFileName, setFileName |
Methods inherited from class com.sas.drugdev.remote.sas.ProcessPathParameter |
---|
getPath, isRead, isRelative, isWrite, setIsRelative, setPath, setRead, setWrite |
Methods inherited from class com.sas.drugdev.remote.sas.ProcessParameter |
---|
getAttributes, getLabel, getName, getType, isEnabled, isRequired, setAttributes, setEnabled, setLabel, setName, setRequired, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessOutputFileParameter()
public ProcessOutputFileParameter(java.lang.String name, java.lang.String label, java.lang.String path, java.lang.String fileName, boolean isRelative)
name
- that matches the macro name in the SAS code published with the processlabel
- to be used with this parameter. If passes as null, label will be set to the parameter typepath
- to save the output file. It must not be null or a InvalidParameterException will be thrown on publish.fileName
- to save the output file. It must not be null or a InvalidParameterException will be thrown on publish.isRelative
- if the path is relative to the process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |