public enum HTMLAPI_REF_TYPE extends Enum<HTMLAPI_REF_TYPE> implements INumberEnum<Integer>
Enum Constant and Description |
---|
APPLET |
BACKGROUND |
BASE |
CID |
EMBED |
FRAME |
HREF |
IMG |
OBJECT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static HTMLAPI_REF_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLAPI_REF_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTMLAPI_REF_TYPE UNKNOWN
public static final HTMLAPI_REF_TYPE HREF
public static final HTMLAPI_REF_TYPE IMG
public static final HTMLAPI_REF_TYPE FRAME
public static final HTMLAPI_REF_TYPE APPLET
public static final HTMLAPI_REF_TYPE EMBED
public static final HTMLAPI_REF_TYPE OBJECT
public static final HTMLAPI_REF_TYPE BASE
public static final HTMLAPI_REF_TYPE BACKGROUND
public static final HTMLAPI_REF_TYPE CID
public static HTMLAPI_REF_TYPE[] values()
for (HTMLAPI_REF_TYPE c : HTMLAPI_REF_TYPE.values()) System.out.println(c);
public static HTMLAPI_REF_TYPE 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.