|
||||||||||
| 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.Name
public static final class BbLocale.Name
Name
| Field Summary | |
|---|---|
static BbLocale.Name |
DEFAULT
|
static BbLocale.Name |
GREETING
short surname name format according to locale configuration |
static BbLocale.Name |
LONG
long name format according to locale configuration |
static BbLocale.Name |
SHORT
short name format according to locale configuration |
static BbLocale.Name |
SHORT_SURNAME
short surname name format according to locale configuration |
| Method Summary | |
|---|---|
static BbLocale.Name |
fromExternalString(java.lang.String externalString)
Returns the BbLocale.Name element specified by the externalString. |
static BbLocale.Name[] |
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.Name LONG
public static final BbLocale.Name SHORT
public static final BbLocale.Name SHORT_SURNAME
public static final BbLocale.Name GREETING
public static final BbLocale.Name DEFAULT
| Method Detail |
|---|
public static BbLocale.Name[] getValues()
public static BbLocale.Name 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 | |||||||||