org.opensaml.saml2.metadata
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 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
private String type
protected ContactPersonTypeEnumeration(String type)
type
- the contact typeCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.