org.jboss.cdi.tck.shrinkwrap.descriptors
Enum Beans11DescriptorImpl.BeanDiscoveryMode
java.lang.Object
java.lang.Enum<Beans11DescriptorImpl.BeanDiscoveryMode>
org.jboss.cdi.tck.shrinkwrap.descriptors.Beans11DescriptorImpl.BeanDiscoveryMode
- All Implemented Interfaces:
- Serializable, Comparable<Beans11DescriptorImpl.BeanDiscoveryMode>
- Enclosing class:
- Beans11DescriptorImpl
public static enum Beans11DescriptorImpl.BeanDiscoveryMode
- extends Enum<Beans11DescriptorImpl.BeanDiscoveryMode>
ANNOTATED
public static final Beans11DescriptorImpl.BeanDiscoveryMode ANNOTATED
ALL
public static final Beans11DescriptorImpl.BeanDiscoveryMode ALL
NONE
public static final Beans11DescriptorImpl.BeanDiscoveryMode NONE
values
public static Beans11DescriptorImpl.BeanDiscoveryMode[] 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 (Beans11DescriptorImpl.BeanDiscoveryMode c : Beans11DescriptorImpl.BeanDiscoveryMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Beans11DescriptorImpl.BeanDiscoveryMode 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 © 2008-2013 Seam Framework. All Rights Reserved.