blackboard.platform.intl
Class BbLocale.Name

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.platform.intl.BbLocale.Name
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
BbLocale

public static final class BbLocale.Name
extends BbEnum

Name

See Also:
Serialized Form

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

LONG

public static final BbLocale.Name LONG
long name format according to locale configuration


SHORT

public static final BbLocale.Name SHORT
short name format according to locale configuration


SHORT_SURNAME

public static final BbLocale.Name SHORT_SURNAME
short surname name format according to locale configuration


GREETING

public static final BbLocale.Name GREETING
short surname name format according to locale configuration


DEFAULT

public static final BbLocale.Name DEFAULT
Method Detail

getValues

public static BbLocale.Name[] getValues()
Returns an array of all of the elements in this enumeration.


fromExternalString

public static BbLocale.Name fromExternalString(java.lang.String externalString)
                                        throws java.lang.IllegalArgumentException
Returns the BbLocale.Name element specified by the externalString.

Throws:
java.lang.IllegalArgumentException - if the given string is not an external representation of one of the elements in this enumeration class.


Copyright © 2003 Blackboard, Inc. All Rights Reserved.