public enum SpanType extends Enum<SpanType> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
SPAN1 |
SPAN10 |
SPAN11 |
SPAN12 |
SPAN2 |
SPAN3 |
SPAN4 |
SPAN5 |
SPAN6 |
SPAN7 |
SPAN8 |
SPAN9 |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static SpanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpanType SPAN1
public static final SpanType SPAN2
public static final SpanType SPAN3
public static final SpanType SPAN4
public static final SpanType SPAN5
public static final SpanType SPAN6
public static final SpanType SPAN7
public static final SpanType SPAN8
public static final SpanType SPAN9
public static final SpanType SPAN10
public static final SpanType SPAN11
public static final SpanType SPAN12
public static SpanType[] values()
for (SpanType c : SpanType.values()) System.out.println(c);
public static SpanType 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.