|
||||||||||
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.ProcessIgnoredParameter
public class ProcessIgnoredParameter
Class representing a parameter type that was ignored by the server for any reason. For instance, if a parameter
has a macro variable in the SAS code but does not have a ProcessParameter
with the same name at
the time it is published, it will create an ignored parameter in the SDD process. If the process is then examined using
SASService.getProcessParameters(File)
, it will be returned as a ProcessIgnoredParameter
Field Summary |
---|
Constructor Summary | |
---|---|
ProcessIgnoredParameter(java.lang.String name)
Constructs a ProcessIgnoredParameter object with the given id of type TEXT. |
Method Summary |
---|
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 ProcessIgnoredParameter(java.lang.String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |