|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.model.DeliveryContextType
DeliveryContextType is a type-safe enumeration of delivery context types.
PhysicalDevice| Field Summary | |
static DeliveryContextType |
ALLRepresents the ALL delivery context type |
static DeliveryContextType |
BROWSERRepresents the BROWSER delivery context type |
static DeliveryContextType |
EmailRepresents the EMAIL delivery context type |
static DeliveryContextType |
EMSRepresents the EMS delivery context type |
static DeliveryContextType |
FAXRepresents the FAX delivery context type |
static DeliveryContextType |
J2MERepresents the J2ME delivery context type |
static DeliveryContextType |
MMSRepresents the MMS delivery context type |
static DeliveryContextType |
PAGINGRepresents the PAGING delivery context type |
static DeliveryContextType |
SMSRepresents the SMS delivery context type |
static DeliveryContextType |
VOICERepresents the VOICE delivery context type |
static DeliveryContextType |
WAPRepresents the WAP delivery context type |
static DeliveryContextType |
WAP_PUSHRepresents the WAP_PUSH delivery context type |
| Constructor Summary | |
DeliveryContextType(java.lang.String name)Creates a new DeliveryContextType for the specified name |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)Checks for object equality with the specified object |
static DeliveryContextType[] |
getAllTypes()Return all the available DeliveryContextTypes. |
java.lang.String |
getName()returnt the name of the context |
int |
hashCode()Returns the hashCode of this object |
static DeliveryContextType |
lookup(java.lang.String name)Returns the DeliveryContextType for the specified name |
java.lang.String |
toString()Returns a String representation of this object |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final DeliveryContextType ALL
ALL delivery context typepublic static final DeliveryContextType BROWSER
BROWSER delivery context typepublic static final DeliveryContextType Email
EMAIL delivery context typepublic static final DeliveryContextType EMS
EMS delivery context typepublic static final DeliveryContextType FAX
FAX delivery context typepublic static final DeliveryContextType J2ME
J2ME delivery context typepublic static final DeliveryContextType MMS
MMS delivery context typepublic static final DeliveryContextType PAGING
PAGING delivery context typepublic static final DeliveryContextType SMS
SMS delivery context typepublic static final DeliveryContextType VOICE
VOICE delivery context typepublic static final DeliveryContextType WAP
WAP delivery context typepublic static final DeliveryContextType WAP_PUSH
WAP_PUSH delivery context type| Constructor Detail |
public DeliveryContextType(java.lang.String name)
name - name of the context| Method Detail |
public boolean equals(java.lang.Object o)
o - the object to be checked forDeliveryContextType and name of the specified DeliveryContextType is same as this DeliveryContextTypepublic static DeliveryContextType[] getAllTypes()
DeliveryContextTypes.DeliveryContextTypes.public java.lang.String getName()
public int hashCode()
public static DeliveryContextType lookup(java.lang.String name)
DeliveryContextType for the specified namename - name of the DeliveryContextTypeDeliveryContextType value for the given namepublic java.lang.String toString()
String representation of this DeliveryContextType
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||