org.alfresco.service.cmr.publishing.channels
Class ChannelType.AuthStatus

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.publishing.channels.ChannelType.AuthStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
ChannelType

public static final class ChannelType.AuthStatus
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static ChannelType.AuthStatus AUTHORISED
           
static ChannelType.AuthStatus RETRY
           
static ChannelType.AuthStatus UNAUTHORISED
           
 
Method Summary
static ChannelType.AuthStatus valueOf(java.lang.String name)
           
static ChannelType.AuthStatus[] values()
           
 
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
 

Field Detail

AUTHORISED

public static final ChannelType.AuthStatus AUTHORISED

RETRY

public static final ChannelType.AuthStatus RETRY

UNAUTHORISED

public static final ChannelType.AuthStatus UNAUTHORISED
Method Detail

values

public static ChannelType.AuthStatus[] values()

valueOf

public static ChannelType.AuthStatus valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.