|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mgif.connectivity.async.ServiceIndicationAction
This class encapsulates the available Service Indication action attribute constants. The action attribute contains text that indicates the action to be taken when the addressee receives a Service Indication. Five actions are currently specified:
ServiceIndicationMessage
,
MGIFField Summary | |
static ServiceIndicationAction |
DELETE
Represents action attribute "delete". |
static ServiceIndicationAction |
SIGNAL_HIGH
Represents action attribute "signal-high". |
static ServiceIndicationAction |
SIGNAL_LOW
Represents action attribute "signal-low". |
static ServiceIndicationAction |
SIGNAL_MEDIUM
Represents action attribute "signal-medium". |
static ServiceIndicationAction |
SIGNAL_NONE
Represents action attribute "signal-none". |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ServiceIndicationAction DELETE
public static final ServiceIndicationAction SIGNAL_HIGH
public static final ServiceIndicationAction SIGNAL_LOW
public static final ServiceIndicationAction SIGNAL_MEDIUM
public static final ServiceIndicationAction SIGNAL_NONE
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |