|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IdentityType>
ch.claudio.contactdb.data.IdentityType
public enum IdentityType
Enum Constant Summary | |
---|---|
AIM
AOL IM identity |
|
dotMac
.Mac identity |
|
EMail
EMail Addrss |
|
ICQNick
ICQ Nick. |
|
ICQNumber
ICQ Number "fix" |
|
MSN
MSN IM identity |
|
Real
A tag for the real person. |
|
Skype
Skype identifier |
|
Yahoo
Yahoo Messenger nick |
Method Summary | |
---|---|
static IdentityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdentityType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IdentityType Real
public static final IdentityType EMail
public static final IdentityType ICQNumber
public static final IdentityType ICQNick
public static final IdentityType MSN
public static final IdentityType AIM
public static final IdentityType dotMac
public static final IdentityType Yahoo
public static final IdentityType Skype
Method Detail |
---|
public static IdentityType[] values()
for (IdentityType c : IdentityType.values()) System.out.println(c);
public static IdentityType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |