public enum FieldOffset extends java.lang.Enum<FieldOffset>
Enum Constant and Description |
---|
externalHolder |
id_link |
key |
link |
name |
s |
seq_link |
zero |
Modifier and Type | Method and Description |
---|---|
int |
getSign() |
FieldOffset |
negative() |
static FieldOffset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldOffset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldOffset zero
public static final FieldOffset externalHolder
public static final FieldOffset link
public static final FieldOffset id_link
public static final FieldOffset s
public static final FieldOffset key
public static final FieldOffset seq_link
public static final FieldOffset name
public static FieldOffset[] values()
for (FieldOffset c : FieldOffset.values()) System.out.println(c);
public static FieldOffset valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getSign()
public FieldOffset negative()