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