org.springframework.binding.format
Class Style

java.lang.Object
  extended by org.springframework.core.enums.AbstractLabeledEnum
      extended by org.springframework.core.enums.StaticLabeledEnum
          extended by org.springframework.binding.format.Style
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, org.springframework.core.enums.LabeledEnum

public class Style
extends org.springframework.core.enums.StaticLabeledEnum

Format styles, similar to those defined by DateFormat.

Author:
Keith Donald
See Also:
Serialized Form

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

FULL

public static final Style FULL
See DateFormat.FULL.


LONG

public static final Style LONG
See DateFormat.LONG.


MEDIUM

public static final Style MEDIUM
See DateFormat.MEDIUM.


SHORT

public static final Style SHORT
See DateFormat.SHORT.



Copyright � 2004-2007. All Rights Reserved.