|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobDependency
class JobDependency
| Field Summary | |
|---|---|
private String |
name
|
private JobDependencyType |
type
|
private String |
value
|
| Constructor Summary | |
JobDependency()
|
|
| Method Summary | |
|---|---|
String
|
getName()
|
JobDependencyType
|
getType()
|
String
|
getValue()
|
void
|
setName(String name)
|
void
|
setType(JobDependencyType type)
|
void
|
setValue(String value)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String name
private JobDependencyType type
private String value
| Constructor Detail |
|---|
JobDependency()
| Method Detail |
|---|
String getName()
JobDependencyType getType()
String getValue()
void setName(String name)
void setType(JobDependencyType type)
void setValue(String value)
String toString()
Groovy Documentation