public static enum Person.PersonFields extends Enum<Person.PersonFields> implements WWFieldsAttributesInterface
WWFieldsAttributesInterface
Enum Constant and Description |
---|
CREATED |
CUSTOMER_ID |
DISPLAY_NAME |
EMAIL |
EXT_ID |
IBM_UNIQUE_ID |
ID |
PHOTO_URL |
PRESENCE |
UPDATED |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static Person.PersonFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Person.PersonFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Person.PersonFields ID
public static final Person.PersonFields PHOTO_URL
public static final Person.PersonFields EMAIL
public static final Person.PersonFields DISPLAY_NAME
public static final Person.PersonFields EXT_ID
public static final Person.PersonFields CUSTOMER_ID
public static final Person.PersonFields CREATED
public static final Person.PersonFields UPDATED
public static final Person.PersonFields PRESENCE
public static final Person.PersonFields IBM_UNIQUE_ID
public static Person.PersonFields[] values()
for (Person.PersonFields c : Person.PersonFields.values()) System.out.println(c);
public static Person.PersonFields 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 getLabel()
getLabel
in interface WWFieldsAttributesInterface
public Class<?> getObjectClassType()
getObjectClassType
in interface WWFieldsAttributesInterface
Copyright © 2018 OpenNTF. All rights reserved.