public enum Offset extends Enum<Offset> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
OFFSET0 |
OFFSET1 |
OFFSET10 |
OFFSET11 |
OFFSET12 |
OFFSET2 |
OFFSET3 |
OFFSET4 |
OFFSET5 |
OFFSET6 |
OFFSET7 |
OFFSET8 |
OFFSET9 |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static Offset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Offset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Offset OFFSET0
public static final Offset OFFSET1
public static final Offset OFFSET2
public static final Offset OFFSET3
public static final Offset OFFSET4
public static final Offset OFFSET5
public static final Offset OFFSET6
public static final Offset OFFSET7
public static final Offset OFFSET8
public static final Offset OFFSET9
public static final Offset OFFSET10
public static final Offset OFFSET11
public static final Offset OFFSET12
public static Offset[] values()
for (Offset c : Offset.values()) System.out.println(c);
public static Offset 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 String cssClassName()
cssClassName in interface ICssClassNameProviderCopyright © 2013 agilecoders.de. All Rights Reserved.