All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----asjava.uniobjects.UniBase | +----asjava.uniobjects.UniNLSlocale
UniNLSlocale
is used to control the NLS locale settings. The NLS
locale conventions it can control are Time, Numeric, Monetary, Character Type,
and Collate. This object allows the application to modify those values to what
is appropriate for their given environment.
UniDynArray
of the client representation of the locale
settings.
UniDynArray
of the server representation of the locale
settings.
public UniDynArray getClientNames()
UniDynArray
of the client representation of the locale
settings.
public UniDynArray getServerNames() throws UniNLSException
UniDynArray
of the server representation of the locale
settings.
public void setName(Object aName, int anIndex) throws UniNLSException
aName
is of type UniDynArray
then each individual category is set to the corresponding UniDynArray
value. If it contains only one element, and anIndex
is specified,
only that locale setting is changed. If anIndex
is not set, then
all locale categories are set to the value defined by aName
public void setName(Object aName) throws UniNLSException
aName
is of type UniDynArray
then each individual category is set to the corresponding UniDynArray
value. If it contains only one element, and anIndex
is specified,
only that locale setting is changed. If anIndex
is not set, then
all locale categories are set to the value defined by aName
All Packages Class Hierarchy This Package Previous Next Index