public enum UAT extends Enum<UAT> implements INumberEnum<Integer>
Enum Constant and Description |
---|
About |
ActualFilename |
Agent |
CssResource |
Database |
Document |
Field |
FieldOffset |
FieldSuboffset |
Filename |
FileResource |
Form |
FrameSet |
Help |
Icon |
ImageResource |
JavascriptLib |
Navigator |
None |
Outline |
Page |
SearchForm |
SearchSiteForm |
Server |
View |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static UAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UAT None
public static final UAT Server
public static final UAT Database
public static final UAT View
public static final UAT Form
public static final UAT Navigator
public static final UAT Agent
public static final UAT Document
public static final UAT Filename
public static final UAT ActualFilename
public static final UAT Field
public static final UAT FieldOffset
public static final UAT FieldSuboffset
public static final UAT Page
public static final UAT FrameSet
public static final UAT ImageResource
public static final UAT CssResource
public static final UAT JavascriptLib
public static final UAT FileResource
public static final UAT About
public static final UAT Help
public static final UAT Icon
public static final UAT SearchForm
public static final UAT SearchSiteForm
public static final UAT Outline
public static UAT[] values()
for (UAT c : UAT.values()) System.out.println(c);
public static UAT 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.