|
||||||||||
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
public abstract class ProcessPathParameter
Abstract class used to represent a path parameter in an SDD process
Field Summary |
---|
Constructor Summary | |
---|---|
ProcessPathParameter()
Constructs a ProcessPathParameter object of FOLDER type |
|
ProcessPathParameter(java.lang.String name,
java.lang.String label,
java.lang.String path,
boolean read,
boolean write,
boolean isRelative)
Constructs a ProcessPathParameter with the given data |
Method Summary | |
---|---|
java.lang.String |
getPath()
Gets the destination path of the parameter |
boolean |
isRead()
Checks if the parameter is readable |
boolean |
isRelative()
Checks if the parameter is a relative path |
boolean |
isWrite()
Checks if the parameter is writable |
void |
setIsRelative(boolean isRelative)
Sets the parameter to be relative or absolute. |
void |
setPath(java.lang.String path)
Sets the destination path of the parameter |
void |
setRead(boolean read)
Sets the parameter as readable |
void |
setWrite(boolean write)
Sets the parameter as writable |
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 ProcessPathParameter()
public ProcessPathParameter(java.lang.String name, java.lang.String label, java.lang.String path, boolean read, boolean write, boolean isRelative)
name
- of the parameterpath
- of the parameterread
- true if readable, false otherwisewrite
- true if writable, false otherwiseisRelative
- true if the path is relative, false if absoluteMethod Detail |
---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- to setpublic boolean isRead()
public void setRead(boolean read)
read
- true to make readable, false otherwisepublic boolean isWrite()
public void setWrite(boolean write)
write
- true to make writable, false otherwisepublic boolean isRelative()
public void setIsRelative(boolean isRelative)
isRelative
- true to make relative, false to make absolute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |