org.nuiton.log
Enum LutinProgressEvent.ProgressType
java.lang.Object
java.lang.Enum<LutinProgressEvent.ProgressType>
org.nuiton.log.LutinProgressEvent.ProgressType
- All Implemented Interfaces:
- Serializable, Comparable<LutinProgressEvent.ProgressType>
- Enclosing class:
- LutinProgressEvent
public static enum LutinProgressEvent.ProgressType
- extends Enum<LutinProgressEvent.ProgressType>
min
public static final LutinProgressEvent.ProgressType min
max
public static final LutinProgressEvent.ProgressType max
value
public static final LutinProgressEvent.ProgressType value
askStop
public static final LutinProgressEvent.ProgressType askStop
cancelAskStop
public static final LutinProgressEvent.ProgressType cancelAskStop
start
public static final LutinProgressEvent.ProgressType start
end
public static final LutinProgressEvent.ProgressType end
values
public static LutinProgressEvent.ProgressType[] 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 (LutinProgressEvent.ProgressType c : LutinProgressEvent.ProgressType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LutinProgressEvent.ProgressType 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 © 2004-2010 CodeLutin. All Rights Reserved.