|
DJAVA | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectau.gov.aao.drama.DramaTask.TaskInfo
public static class DramaTask.TaskInfo
A class used with the DramaTask.Tasks() function, to return the details of currently known DRAMA tasks.
DramaTask.Tasks()| Field Summary | |
|---|---|
boolean |
CurrentTask
Set true if the task is the current task. |
String |
Description
Set to the Description of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method. |
boolean |
LocalTask
Set true if the task is a local task (running on the current machine). |
String |
TaskName
Set to the Name of task. |
boolean |
Translated
Set true if the task not an IMP/DRAMA task, but is instead a translation to IMP/DRAMA of another type of task. |
boolean |
Translator
Set true if the task is an IMP translator task, which translates messages for other tasks. |
int |
Type
Set to the Type of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method. |
| Constructor Summary | |
|---|---|
DramaTask.TaskInfo(String theTaskName,
String theDescription,
int theType,
boolean isLocal,
boolean isTranslator,
boolean isTranslated,
boolean isCurrent)
Constructor for this object, only invoked from the Native. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean LocalTask
public boolean Translator
public boolean Translated
public boolean CurrentTask
public int Type
public String Description
public String TaskName
| Constructor Detail |
|---|
public DramaTask.TaskInfo(String theTaskName,
String theDescription,
int theType,
boolean isLocal,
boolean isTranslator,
boolean isTranslated,
boolean isCurrent)
|
DJAVA | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aaoepp.aao.gov.au.