public enum RelationTypes extends java.lang.Enum<RelationTypes> implements ICRMLookupEnum
Enum Constant and Description |
---|
BUSINESS |
CLIENT |
CLOSE_FRIEND |
CUSTOM1 |
CUSTOM2 |
CUSTOM3 |
CUSTOM4 |
CUSTOM5 |
EMPLOYEE |
EMPLOYER |
EXTENDED_FAMILY |
FAMILY_MEMBER |
FRIEND |
PARTNER |
PARTNER_COMPANY |
WORK_COLLEAGUE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static RelationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationTypes FAMILY_MEMBER
public static final RelationTypes EXTENDED_FAMILY
public static final RelationTypes PARTNER
public static final RelationTypes CLOSE_FRIEND
public static final RelationTypes FRIEND
public static final RelationTypes WORK_COLLEAGUE
public static final RelationTypes PARTNER_COMPANY
public static final RelationTypes CLIENT
public static final RelationTypes EMPLOYER
public static final RelationTypes EMPLOYEE
public static final RelationTypes BUSINESS
public static final RelationTypes CUSTOM1
public static final RelationTypes CUSTOM2
public static final RelationTypes CUSTOM3
public static final RelationTypes CUSTOM4
public static final RelationTypes CUSTOM5
public static RelationTypes[] values()
for (RelationTypes c : RelationTypes.values()) System.out.println(c);
public static RelationTypes 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum