|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.platform.intl.BbLocale.Date
public static final class BbLocale.Date
Date
| Field Summary | |
|---|---|
static BbLocale.Date |
DEFAULT
|
static BbLocale.Date |
FULL
a date of the form: Friday, April 10, 1998 |
static BbLocale.Date |
LONG
a date of the form: April 10, 1998 |
static BbLocale.Date |
MEDIUM
a date of the form: 10-Apr-98 |
static BbLocale.Date |
SHORT
a date of the form: 4/10/98 |
| Method Summary | |
|---|---|
static BbLocale.Date |
fromExternalString(java.lang.String externalString)
Returns the BbLocale.Date element specified by the externalString. |
int |
getDateStyle()
|
static BbLocale.Date[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
|---|
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, readResolve, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BbLocale.Date FULL
public static final BbLocale.Date LONG
public static final BbLocale.Date MEDIUM
public static final BbLocale.Date SHORT
public static final BbLocale.Date DEFAULT
| Method Detail |
|---|
public int getDateStyle()
public static BbLocale.Date[] getValues()
public static BbLocale.Date fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements in this enumeration class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||