|
||||||||||
| 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.Time
public static final class BbLocale.Time
Time
| Field Summary | |
|---|---|
static BbLocale.Time |
DEFAULT
|
static BbLocale.Time |
FULL
a time of the form: 3:58:45 o'clock PM PDT |
static BbLocale.Time |
LONG
a time of the form: 3:58:45 PM PDT |
static BbLocale.Time |
MEDIUM
a time of the form: 3:58:45 PM |
static BbLocale.Time |
SHORT
a time of the form: 3:58 PM |
| Method Summary | |
|---|---|
static BbLocale.Time |
fromExternalString(java.lang.String externalString)
Returns the BbLocale.Time element specified by the externalString. |
int |
getTimeStyle()
|
static BbLocale.Time[] |
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.Time FULL
public static final BbLocale.Time LONG
public static final BbLocale.Time MEDIUM
public static final BbLocale.Time SHORT
public static final BbLocale.Time DEFAULT
| Method Detail |
|---|
public int getTimeStyle()
public static BbLocale.Time[] getValues()
public static BbLocale.Time 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 | |||||||||