public static enum Qws3.Field extends Enum<Qws3.Field>
Enum Constant and Description |
---|
qws30psl |
qws30psn |
qws30pso |
qws30r1l |
qws30r1n |
qws30r1o |
Modifier and Type | Method and Description |
---|---|
int |
length() |
int |
offset() |
static Qws3.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qws3.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qws3.Field qws30pso
public static final Qws3.Field qws30psl
public static final Qws3.Field qws30psn
public static final Qws3.Field qws30r1o
public static final Qws3.Field qws30r1l
public static final Qws3.Field qws30r1n
public static Qws3.Field[] values()
for (Qws3.Field c : Qws3.Field.values()) System.out.println(c);
public static Qws3.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.