protected static enum FrameBuilderDraft06.Rsv extends Enum<FrameBuilderDraft06.Rsv>
| Enum Constant and Description |
|---|
RESERVE
The RESERVE.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Int value.
|
static FrameBuilderDraft06.Rsv |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameBuilderDraft06.Rsv[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameBuilderDraft06.Rsv RESERVE
public static FrameBuilderDraft06.Rsv[] values()
for (FrameBuilderDraft06.Rsv c : FrameBuilderDraft06.Rsv.values()) System.out.println(c);
public static FrameBuilderDraft06.Rsv 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 int intValue()
Copyright © 2021. All rights reserved.