public final class ContactPersonTypeEnumeration extends 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
|
Modifier | Constructor and Description |
---|---|
protected |
ContactPersonTypeEnumeration(String type)
Constructor
|
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
protected ContactPersonTypeEnumeration(String type)
type
- the contact typeCopyright © 1999-2013. All Rights Reserved.