Enum LogSkeletonBrowser
- java.lang.Object
-
- java.lang.Enum<LogSkeletonBrowser>
-
- org.processmining.logskeleton.parameters.LogSkeletonBrowser
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<LogSkeletonBrowser>
@Deprecated public enum LogSkeletonBrowser extends java.lang.Enum<LogSkeletonBrowser>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALWAYSAFTERDeprecated.ALWAYSBEFOREDeprecated.NEVERAFTERDeprecated.NEVERBEFOREDeprecated.NEVERTOGETHERDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringtoString()Deprecated.static LogSkeletonBrowservalueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static LogSkeletonBrowser[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALWAYSAFTER
public static final LogSkeletonBrowser ALWAYSAFTER
Deprecated.
-
ALWAYSBEFORE
public static final LogSkeletonBrowser ALWAYSBEFORE
Deprecated.
-
NEVERAFTER
public static final LogSkeletonBrowser NEVERAFTER
Deprecated.
-
NEVERBEFORE
public static final LogSkeletonBrowser NEVERBEFORE
Deprecated.
-
NEVERTOGETHER
public static final LogSkeletonBrowser NEVERTOGETHER
Deprecated.
-
-
Method Detail
-
values
public static LogSkeletonBrowser[] values()
Deprecated.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 (LogSkeletonBrowser c : LogSkeletonBrowser.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LogSkeletonBrowser valueOf(java.lang.String name)
Deprecated.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 namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Enum<LogSkeletonBrowser>
-
-