org.omnaest.utils.beans.adapter
Enum SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope

java.lang.Object
  extended by java.lang.Enum<SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope>
      extended by org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope
All Implemented Interfaces:
Serializable, Comparable<SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope>
Enclosing class:
SourcePropertyAccessorToTypeAdapter.Configuration

public static enum SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope
extends Enum<SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope>

Scope Annotations are scanned

Author:
Omnaest
See Also:
SourcePropertyAccessorToTypeAdapter.Configuration

Enum Constant Summary
DECLARED
          Only local Annotation declarations of the given type are scanned
INHERITED
          Local declared and inherited Annotations are scanned
NONE
          No Annotations are scanned
 
Method Summary
static SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope[] 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

NONE

public static final SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope NONE
No Annotations are scanned


DECLARED

public static final SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope DECLARED
Only local Annotation declarations of the given type are scanned


INHERITED

public static final SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope INHERITED
Local declared and inherited Annotations are scanned

Method Detail

values

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

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

valueOf

public static SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope 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


Copyright © 2013. All Rights Reserved.