|
|||||||||||
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
com.sas.drugdev.remote.sas.ProcessSystemFileParameter
com.sas.drugdev.remote.sas.ProcessPgmFileParameter
Class used to represent an Output File parameter in an SDD process
Field Summary |
Constructor Summary | |
ProcessPgmFileParameter()
|
|
ProcessPgmFileParameter(java.lang.String label,
java.lang.String path,
java.lang.String fileName,
boolean isRelative)
Constructor that takes the given information to create a System File parameter in an SDD process By default, the parameter is not required and not enabled. |
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 ProcessPgmFileParameter()
public ProcessPgmFileParameter(java.lang.String label, java.lang.String path, java.lang.String fileName, boolean isRelative)
label
- 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 |