private static enum ELFlash.LifetimeMarker extends java.lang.Enum<ELFlash.LifetimeMarker>
Enum Constant and Description |
---|
FirstTimeThru |
IsNormal |
IsRedirect |
SecondTimeThru |
Modifier and Type | Field and Description |
---|---|
private static char |
FIRST_TIME_THRU |
private static char |
IS_NORMAL |
private static char |
IS_REDIRECT |
private java.lang.String |
name |
private static char |
SECOND_TIME_THRU |
Modifier and Type | Method and Description |
---|---|
static ELFlash.LifetimeMarker |
decode(char c) |
char |
encode() |
java.lang.String |
toString() |
static ELFlash.LifetimeMarker |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELFlash.LifetimeMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFlash.LifetimeMarker FirstTimeThru
public static final ELFlash.LifetimeMarker SecondTimeThru
public static final ELFlash.LifetimeMarker IsRedirect
public static final ELFlash.LifetimeMarker IsNormal
private static char FIRST_TIME_THRU
private static char SECOND_TIME_THRU
private static char IS_REDIRECT
private static char IS_NORMAL
private java.lang.String name
public static ELFlash.LifetimeMarker[] values()
for (ELFlash.LifetimeMarker c : ELFlash.LifetimeMarker.values()) System.out.println(c);
public static ELFlash.LifetimeMarker valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ELFlash.LifetimeMarker>
public char encode()
public static ELFlash.LifetimeMarker decode(char c)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.