org.ow2.easybeans.component.itf
Enum EZBStatisticComponent.STATISTIC_FACTORY_MODE
java.lang.Object
java.lang.Enum<EZBStatisticComponent.STATISTIC_FACTORY_MODE>
org.ow2.easybeans.component.itf.EZBStatisticComponent.STATISTIC_FACTORY_MODE
- All Implemented Interfaces:
- Serializable, Comparable<EZBStatisticComponent.STATISTIC_FACTORY_MODE>
- Enclosing interface:
- EZBStatisticComponent
public static enum EZBStatisticComponent.STATISTIC_FACTORY_MODE
- extends Enum<EZBStatisticComponent.STATISTIC_FACTORY_MODE>
STATISTIC_FACTORY_MODE define how statistic factory state should be managed.
INHERIT : The statistic factory state is inherited from its parent.
MANUAL : The statistic factory state is define manually.
- Author:
- missonng
INHERIT
public static final EZBStatisticComponent.STATISTIC_FACTORY_MODE INHERIT
MANUAL
public static final EZBStatisticComponent.STATISTIC_FACTORY_MODE MANUAL
values
public static EZBStatisticComponent.STATISTIC_FACTORY_MODE[] 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 (EZBStatisticComponent.STATISTIC_FACTORY_MODE c : EZBStatisticComponent.STATISTIC_FACTORY_MODE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EZBStatisticComponent.STATISTIC_FACTORY_MODE 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 © 2006-2012 OW2 Consortium. All Rights Reserved.