public static enum MsgTechnology.Technology extends Enum<MsgTechnology.Technology>
| Enum Constant and Description |
|---|
AOL |
EMAIL |
FAX |
ICQ |
IRC |
MIM |
MMS |
MSN |
PAGER |
SMS |
TELEPHONE |
VOIP |
YAHOO |
| Modifier and Type | Method and Description |
|---|---|
String |
uri() |
static MsgTechnology.Technology |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgTechnology.Technology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MsgTechnology.Technology TELEPHONE
public static final MsgTechnology.Technology VOIP
public static final MsgTechnology.Technology FAX
public static final MsgTechnology.Technology EMAIL
public static final MsgTechnology.Technology SMS
public static final MsgTechnology.Technology MMS
public static final MsgTechnology.Technology PAGER
public static final MsgTechnology.Technology AOL
public static final MsgTechnology.Technology ICQ
public static final MsgTechnology.Technology YAHOO
public static final MsgTechnology.Technology MSN
public static final MsgTechnology.Technology MIM
public static final MsgTechnology.Technology IRC
private String uri
public static MsgTechnology.Technology[] values()
for (MsgTechnology.Technology c : MsgTechnology.Technology.values()) System.out.println(c);
public static MsgTechnology.Technology valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String uri()
Copyright © 1999–2015. All rights reserved.