org.opensaml.saml2.metadata
Class ContactPersonTypeEnumeration

java.lang.Object
  extended by org.opensaml.saml2.metadata.ContactPersonTypeEnumeration

public final class ContactPersonTypeEnumeration
extends Object

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
private  String type
          the contact type
 
Constructor Summary
protected ContactPersonTypeEnumeration(String type)
          Constructor
 
Method Summary
 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

TECHNICAL

public static final ContactPersonTypeEnumeration TECHNICAL
"technical" contact type


SUPPORT

public static final ContactPersonTypeEnumeration SUPPORT
"support" contact type


ADMINISTRATIVE

public static final ContactPersonTypeEnumeration ADMINISTRATIVE
"administrative" contact type


BILLING

public static final ContactPersonTypeEnumeration BILLING
"billing" contact type


OTHER

public static final ContactPersonTypeEnumeration OTHER
"other" contact type


type

private String type
the contact type

Constructor Detail

ContactPersonTypeEnumeration

protected ContactPersonTypeEnumeration(String type)
Constructor

Parameters:
type - the contact type
Method Detail

toString

public String toString()
Gets the contact type as a string.

Overrides:
toString in class Object
Returns:
the contact type


Copyright © 1999-2013. All Rights Reserved.