public class Invoke extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Invoke.WHEN
WHEN To INVOKE
|
Modifier and Type | Field and Description |
---|---|
protected String |
mWhat
What to invoke
|
protected Invoke.WHEN |
mWhen
WHen to Invoke
|
Constructor and Description |
---|
Invoke(Invoke.WHEN when)
Crete a new Invoke object
|
Invoke(Invoke.WHEN when,
String what)
Create a new Invoke object
|
Invoke(Invoke i)
Copy Constructor
|
Modifier and Type | Method and Description |
---|---|
Invoke |
clone()
Create a copy of this Invoke object
|
String |
getWhat()
Get what to invoke
|
String |
getWhen()
Get when to Invoke
|
Invoke |
setWhat(String what)
Set what executable to invoke and how
|
Invoke |
setWhen(Invoke.WHEN when)
Set when to invoke
|
String |
toString()
Returns the object as String
|
void |
toXML(XMLWriter writer) |
void |
toXML(XMLWriter writer,
int indent) |
protected Invoke.WHEN mWhen
protected String mWhat
public Invoke(Invoke i)
i
- public Invoke(Invoke.WHEN when)
when
- public Invoke(Invoke.WHEN when, String what)
when
- what
- public String getWhen()
public Invoke setWhen(Invoke.WHEN when)
when
- public String getWhat()
public Invoke setWhat(String what)
what
- public Invoke clone()
public void toXML(XMLWriter writer)
public void toXML(XMLWriter writer, int indent)
Copyright © 2011 The University of Southern California. All Rights Reserved.