|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.metadata.ContactPersonTypeEnumeration
public final class ContactPersonTypeEnumeration
A type safe enumeration of contact types used by ContactPerson.
| Field Summary | |
|---|---|
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 |
| Constructor Summary | |
|---|---|
protected |
ContactPersonTypeEnumeration(java.lang.String type)
Constructor |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Gets the contact type as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
protected ContactPersonTypeEnumeration(java.lang.String type)
type - the contact type| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||