com.zmicer.utils
Enum ZmicerUtilsConstants.LoggingCategory

java.lang.Object
  extended by java.lang.Enum<ZmicerUtilsConstants.LoggingCategory>
      extended by com.zmicer.utils.ZmicerUtilsConstants.LoggingCategory
All Implemented Interfaces:
Serializable, Comparable<ZmicerUtilsConstants.LoggingCategory>
Enclosing class:
ZmicerUtilsConstants

public static enum ZmicerUtilsConstants.LoggingCategory
extends Enum<ZmicerUtilsConstants.LoggingCategory>

This enumeration contains listening of the logging categories we use


Enum Constant Summary
OBTAIN_RESOURCES
          Defines all the logging messages related with obtaining resources (URL, ResourcesBundles, Files)
PROPERTIES_RELATED
          Defines the debug messages related to the working with the properties framework settings (default & custom)
REFLEXION
          Log the events related to the reflexion
 
Method Summary
static ZmicerUtilsConstants.LoggingCategory valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZmicerUtilsConstants.LoggingCategory[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OBTAIN_RESOURCES

public static final ZmicerUtilsConstants.LoggingCategory OBTAIN_RESOURCES
Defines all the logging messages related with obtaining resources (URL, ResourcesBundles, Files)


REFLEXION

public static final ZmicerUtilsConstants.LoggingCategory REFLEXION
Log the events related to the reflexion


PROPERTIES_RELATED

public static final ZmicerUtilsConstants.LoggingCategory PROPERTIES_RELATED
Defines the debug messages related to the working with the properties framework settings (default & custom)

Method Detail

values

public static final ZmicerUtilsConstants.LoggingCategory[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ZmicerUtilsConstants.LoggingCategory c : ZmicerUtilsConstants.LoggingCategory.values())
        System.out.println(c);

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

valueOf

public static ZmicerUtilsConstants.LoggingCategory 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


Copyright © 2007 jzmicer.team. All Rights Reserved.