public static enum Qwa1.Field extends Enum<Qwa1.Field>
Enum Constant and Description |
---|
qwa11psl |
qwa11psn |
qwa11pso |
qwa11r1l |
qwa11r1n |
qwa11r1o |
qwa11r2l |
qwa11r2n |
qwa11r2o |
qwa11r3l |
qwa11r3n |
qwa11r3o |
qwa11r4l |
qwa11r4n |
qwa11r4o |
qwa11r5l |
qwa11r5n |
qwa11r5o |
Modifier and Type | Method and Description |
---|---|
int |
length() |
int |
offset() |
static Qwa1.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qwa1.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qwa1.Field qwa11pso
public static final Qwa1.Field qwa11psl
public static final Qwa1.Field qwa11psn
public static final Qwa1.Field qwa11r1o
public static final Qwa1.Field qwa11r1l
public static final Qwa1.Field qwa11r1n
public static final Qwa1.Field qwa11r2o
public static final Qwa1.Field qwa11r2l
public static final Qwa1.Field qwa11r2n
public static final Qwa1.Field qwa11r3o
public static final Qwa1.Field qwa11r3l
public static final Qwa1.Field qwa11r3n
public static final Qwa1.Field qwa11r4o
public static final Qwa1.Field qwa11r4l
public static final Qwa1.Field qwa11r4n
public static final Qwa1.Field qwa11r5o
public static final Qwa1.Field qwa11r5l
public static final Qwa1.Field qwa11r5n
public static Qwa1.Field[] values()
for (Qwa1.Field c : Qwa1.Field.values()) System.out.println(c);
public static Qwa1.Field 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 offset()
public int length()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.