Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.repository.service
Enum AnnotationsRepositoryConstants.ExtensionPoint

java.lang.Object
  extended by java.lang.Enum<AnnotationsRepositoryConstants.ExtensionPoint>
      extended by org.nuxeo.ecm.platform.annotations.repository.service.AnnotationsRepositoryConstants.ExtensionPoint
All Implemented Interfaces:
Serializable, Comparable<AnnotationsRepositoryConstants.ExtensionPoint>
Enclosing interface:
AnnotationsRepositoryConstants

public static enum AnnotationsRepositoryConstants.ExtensionPoint
extends Enum<AnnotationsRepositoryConstants.ExtensionPoint>


Enum Constant Summary
documentAnnotability
           
documentEventListener
           
graphManagerEventListener
           
jcrLifecycleEventId
           
securityManager
           
 
Method Summary
static AnnotationsRepositoryConstants.ExtensionPoint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotationsRepositoryConstants.ExtensionPoint[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

documentAnnotability

public static final AnnotationsRepositoryConstants.ExtensionPoint documentAnnotability

securityManager

public static final AnnotationsRepositoryConstants.ExtensionPoint securityManager

documentEventListener

public static final AnnotationsRepositoryConstants.ExtensionPoint documentEventListener

jcrLifecycleEventId

public static final AnnotationsRepositoryConstants.ExtensionPoint jcrLifecycleEventId

graphManagerEventListener

public static final AnnotationsRepositoryConstants.ExtensionPoint graphManagerEventListener
Method Detail

values

public static AnnotationsRepositoryConstants.ExtensionPoint[] 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 (AnnotationsRepositoryConstants.ExtensionPoint c : AnnotationsRepositoryConstants.ExtensionPoint.values())
    System.out.println(c);

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

valueOf

public static AnnotationsRepositoryConstants.ExtensionPoint 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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.