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