|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a transition between two activities.
Methods of this interface do not throw
RemoteException
s as they are read-only and the data is
immutable and simple.
Field Summary | |
static int |
COND_TYPE_CONDITION
Condition type "condition". |
static int |
COND_TYPE_DEFAULTEXCEPTION
Condition type "default exception". |
static int |
COND_TYPE_EXCEPTION
Condition type "exception". |
static int |
COND_TYPE_OTHERWISE
Condition type "OTHERWISE". |
Method Summary | |
java.lang.String |
condition()
Returns the condition associated with this transition. |
int |
conditionType()
Returns the type of the condition associated with this transition. |
Activity |
from()
Returns the "From" activity of this transition. |
java.lang.String |
group()
Return the identifier of the transition group this transition belongs to. |
java.lang.String |
id()
Returns the id of this transition. |
int |
order()
Return the priority of this transition. |
Activity |
to()
Returns the "To" activity of this transition. |
Field Detail |
public static final int COND_TYPE_CONDITION
public static final int COND_TYPE_OTHERWISE
public static final int COND_TYPE_EXCEPTION
public static final int COND_TYPE_DEFAULTEXCEPTION
Method Detail |
public Activity from()
public Activity to()
public java.lang.String id()
public int order()
public java.lang.String group()
public int conditionType()
public java.lang.String condition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |