public interface LocaleInfo
Session.| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
getLocale()
Returns the locale associated with this locale information object.
|
java.lang.String |
getLocalizedName(ProcessorType type)
Returns a locale-sensitive string representing the supplied node type
or
null if a name cannot be found. |
java.lang.String |
getLocalizedProcessorDescription(java.lang.String nodeType)
Returns a locale-sensitive string describing the supplied node type name
or
null if a description cannot be found. |
java.lang.String |
getLocalizedProcessorName(java.lang.String nodeType)
Returns a locale-sensitive string representing the supplied node type name
or
null if a name cannot be found. |
java.util.Locale getLocale()
java.lang.String getLocalizedName(ProcessorType type)
null if a name cannot be found.type - the node typenulljava.lang.String getLocalizedProcessorName(java.lang.String nodeType)
null if a name cannot be found.nodeType - the node type namenulljava.lang.String getLocalizedProcessorDescription(java.lang.String nodeType)
null if a description cannot be found.nodeType - the node typenullCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.