public final class ContactPersonTypeEnumeration
extends java.lang.Object
ContactPerson.| Modifier and Type | Field and Description |
|---|---|
static ContactPersonTypeEnumeration |
ADMINISTRATIVE
"administrative" contact type.
|
static ContactPersonTypeEnumeration |
BILLING
"billing" contact type.
|
static ContactPersonTypeEnumeration |
OTHER
"other" contact type.
|
static ContactPersonTypeEnumeration |
SUPPORT
"support" contact type.
|
static ContactPersonTypeEnumeration |
TECHNICAL
"technical" contact type.
|
private java.lang.String |
type
the contact type.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ContactPersonTypeEnumeration(java.lang.String providedType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Gets the contact type as a string.
|
public static final ContactPersonTypeEnumeration TECHNICAL
public static final ContactPersonTypeEnumeration SUPPORT
public static final ContactPersonTypeEnumeration ADMINISTRATIVE
public static final ContactPersonTypeEnumeration BILLING
public static final ContactPersonTypeEnumeration OTHER
private java.lang.String type