|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.StaticLabeledEnum
org.springframework.binding.format.Style
public class Style
Format styles, similar to those defined by DateFormat.
| Field Summary | |
|---|---|
static Style |
FULL
See DateFormat.FULL. |
static Style |
LONG
See DateFormat.LONG. |
static Style |
MEDIUM
See DateFormat.MEDIUM. |
static Style |
SHORT
See DateFormat.SHORT. |
| Fields inherited from interface org.springframework.core.enums.LabeledEnum |
|---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.enums.StaticLabeledEnum |
|---|
getCode, getLabel, readResolve, shortValue |
| Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
|---|
compareTo, equals, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Style FULL
DateFormat.FULL.
public static final Style LONG
DateFormat.LONG.
public static final Style MEDIUM
DateFormat.MEDIUM.
public static final Style SHORT
DateFormat.SHORT.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||