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.
|
private String |
type
the contact type.
|
Modifier | Constructor and Description |
---|---|
protected |
ContactPersonTypeEnumeration(String providedType)
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
private String type
protected ContactPersonTypeEnumeration(String providedType)
providedType
- the contact typeCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.