static enum RubyDateFormatter.FieldType extends java.lang.Enum<RubyDateFormatter.FieldType>
| Enum Constant and Description |
|---|
NUMERIC |
NUMERIC2 |
NUMERIC2BLANK |
NUMERIC3 |
NUMERIC4 |
NUMERIC5 |
TEXT |
| Modifier and Type | Field and Description |
|---|---|
(package private) char |
defaultPadder |
(package private) int |
defaultWidth |
| Modifier and Type | Method and Description |
|---|---|
static RubyDateFormatter.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyDateFormatter.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyDateFormatter.FieldType NUMERIC
public static final RubyDateFormatter.FieldType NUMERIC2
public static final RubyDateFormatter.FieldType NUMERIC2BLANK
public static final RubyDateFormatter.FieldType NUMERIC3
public static final RubyDateFormatter.FieldType NUMERIC4
public static final RubyDateFormatter.FieldType NUMERIC5
public static final RubyDateFormatter.FieldType TEXT
public static RubyDateFormatter.FieldType[] values()
for (RubyDateFormatter.FieldType c : RubyDateFormatter.FieldType.values()) System.out.println(c);
public static RubyDateFormatter.FieldType 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 null