org.semanticdesktop.aperture.datasource.imap
Enum ImapDataSource.ConnectionSecurity

java.lang.Object
  extended by java.lang.Enum<ImapDataSource.ConnectionSecurity>
      extended by org.semanticdesktop.aperture.datasource.imap.ImapDataSource.ConnectionSecurity
All Implemented Interfaces:
Serializable, Comparable<ImapDataSource.ConnectionSecurity>
Enclosing class:
ImapDataSource

public static enum ImapDataSource.ConnectionSecurity
extends Enum<ImapDataSource.ConnectionSecurity>

Enum of possible values of the connectionSecurity property


Enum Constant Summary
PLAIN
          Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#PLAIN
SSL
          Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#SSL
SSL_NO_CERT
          Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#SSL_NO_CERT
 
Method Summary
static ImapDataSource.ConnectionSecurity fromUri(URI uri)
           
 URI toUri()
           
static ImapDataSource.ConnectionSecurity valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImapDataSource.ConnectionSecurity[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PLAIN

public static final ImapDataSource.ConnectionSecurity PLAIN
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#PLAIN


SSL

public static final ImapDataSource.ConnectionSecurity SSL
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#SSL


SSL_NO_CERT

public static final ImapDataSource.ConnectionSecurity SSL_NO_CERT
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#SSL_NO_CERT

Method Detail

values

public static ImapDataSource.ConnectionSecurity[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ImapDataSource.ConnectionSecurity c : ImapDataSource.ConnectionSecurity.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ImapDataSource.ConnectionSecurity valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

fromUri

public static ImapDataSource.ConnectionSecurity fromUri(URI uri)

toUri

public URI toUri()


Copyright © 2010 Aperture Development Team. All Rights Reserved.