public enum HOTSPOTREC_RUNFLAG extends Enum<HOTSPOTREC_RUNFLAG> implements INumberEnum<Integer>
Enum Constant and Description |
---|
ACTION |
ANCHOR |
BEGIN |
BOX |
COMPUTED |
END |
EXTACTION |
FORMULA |
HIGHLIGHT |
IGNORE |
INOTES |
INOTES_AUTO |
ISMAP |
ISMAP_INPUT |
MOVIE |
NAMEDELEM |
NOBORDER |
SCRIPT |
SIGNED |
TEMPLATE |
WEBJAVASCRIPT |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static HOTSPOTREC_RUNFLAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HOTSPOTREC_RUNFLAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HOTSPOTREC_RUNFLAG BEGIN
public static final HOTSPOTREC_RUNFLAG END
public static final HOTSPOTREC_RUNFLAG BOX
public static final HOTSPOTREC_RUNFLAG NOBORDER
public static final HOTSPOTREC_RUNFLAG FORMULA
public static final HOTSPOTREC_RUNFLAG MOVIE
public static final HOTSPOTREC_RUNFLAG IGNORE
public static final HOTSPOTREC_RUNFLAG ACTION
public static final HOTSPOTREC_RUNFLAG SCRIPT
public static final HOTSPOTREC_RUNFLAG INOTES
public static final HOTSPOTREC_RUNFLAG ISMAP
public static final HOTSPOTREC_RUNFLAG INOTES_AUTO
public static final HOTSPOTREC_RUNFLAG ISMAP_INPUT
public static final HOTSPOTREC_RUNFLAG SIGNED
public static final HOTSPOTREC_RUNFLAG ANCHOR
public static final HOTSPOTREC_RUNFLAG COMPUTED
public static final HOTSPOTREC_RUNFLAG TEMPLATE
public static final HOTSPOTREC_RUNFLAG HIGHLIGHT
public static final HOTSPOTREC_RUNFLAG EXTACTION
public static final HOTSPOTREC_RUNFLAG NAMEDELEM
public static final HOTSPOTREC_RUNFLAG WEBJAVASCRIPT
public static HOTSPOTREC_RUNFLAG[] values()
for (HOTSPOTREC_RUNFLAG c : HOTSPOTREC_RUNFLAG.values()) System.out.println(c);
public static HOTSPOTREC_RUNFLAG valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2014–2018. All rights reserved.