public class TaskDescription extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ElementDescription[] |
methodInfo |
TypeDescription[] |
reason |
ElementDescription[] |
state |
dynamicProperty, dynamicType| Constructor and Description |
|---|
TaskDescription() |
| Modifier and Type | Method and Description |
|---|---|
ElementDescription[] |
getMethodInfo() |
TypeDescription[] |
getReason() |
ElementDescription[] |
getState() |
void |
setMethodInfo(ElementDescription[] methodInfo) |
void |
setReason(TypeDescription[] reason) |
void |
setState(ElementDescription[] state) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ElementDescription[] methodInfo
public ElementDescription[] state
public TypeDescription[] reason
public ElementDescription[] getMethodInfo()
public ElementDescription[] getState()
public TypeDescription[] getReason()
public void setMethodInfo(ElementDescription[] methodInfo)
public void setState(ElementDescription[] state)
public void setReason(TypeDescription[] reason)
Copyright © 2011-2012. All Rights Reserved.