diewald_PS3.logger
Enum PS3Logger.TYPE

java.lang.Object
  extended by java.lang.Enum<PS3Logger.TYPE>
      extended by diewald_PS3.logger.PS3Logger.TYPE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PS3Logger.TYPE>
Enclosing class:
PS3Logger

public static enum PS3Logger.TYPE
extends java.lang.Enum<PS3Logger.TYPE>


Enum Constant Summary
DEBUG
           
ERROR
           
INFO
           
WARNING
           
 
Method Summary
 void active(boolean active)
           
 java.lang.String get()
           
 boolean isActive()
           
 PS3Logger.TYPE set(java.lang.String msg)
           
static PS3Logger.TYPE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PS3Logger.TYPE[] 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

ERROR

public static final PS3Logger.TYPE ERROR

WARNING

public static final PS3Logger.TYPE WARNING

INFO

public static final PS3Logger.TYPE INFO

DEBUG

public static final PS3Logger.TYPE DEBUG
Method Detail

values

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

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

valueOf

public static PS3Logger.TYPE valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

set

public PS3Logger.TYPE set(java.lang.String msg)

get

public java.lang.String get()

active

public void active(boolean active)

isActive

public boolean isActive()


processing library diewald_PS3 by Thomas Diewald. (c) 2011