|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ContactDetail.DetailKeyTypes> com.vodafone360.people.datatypes.ContactDetail.DetailKeyTypes
public static enum ContactDetail.DetailKeyTypes
Definitions of KEY types for Contact-Details.
Enum Constant Summary | |
---|---|
BIRTHDAY
|
|
CELL
|
|
FAX
|
|
HOME
|
|
MOBILE
|
|
UNKNOWN
|
|
WORK
|
Field Summary | |
---|---|
private java.lang.String |
typeName
|
Method Summary | |
---|---|
protected static ContactDetail.DetailKeyTypes |
findKey(java.lang.String k)
Find detailKeyTypes item for specified String |
java.lang.String |
tag()
String value associated with detailKeyTypes item. |
static ContactDetail.DetailKeyTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactDetail.DetailKeyTypes[] |
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 ContactDetail.DetailKeyTypes HOME
public static final ContactDetail.DetailKeyTypes WORK
public static final ContactDetail.DetailKeyTypes MOBILE
public static final ContactDetail.DetailKeyTypes BIRTHDAY
public static final ContactDetail.DetailKeyTypes CELL
public static final ContactDetail.DetailKeyTypes FAX
public static final ContactDetail.DetailKeyTypes UNKNOWN
Field Detail |
---|
private final java.lang.String typeName
Method Detail |
---|
public static ContactDetail.DetailKeyTypes[] values()
for (ContactDetail.DetailKeyTypes c : ContactDetail.DetailKeyTypes.values()) System.out.println(c);
public static ContactDetail.DetailKeyTypes 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 nullpublic java.lang.String tag()
protected static ContactDetail.DetailKeyTypes findKey(java.lang.String k)
tag
- String value to find detailKeyTypes item for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
JavaDoc