|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalizableNamedObjectInterface
Specifies basic getter methods for objects that have labels and descriptions that can be configured based on Locale.
Method Summary | |
---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Returns a description for this object for a specific locale, typically for display purposes. |
com.sas.util.LocalizableString |
getDescriptions()
Returns the entire set of descriptions for this object for all locales, typically for display purposes. |
java.lang.String |
getLabel(java.util.Locale locale)
Returns a label for this object for a specific locale, typically for display purposes. |
com.sas.util.LocalizableString |
getLabels()
Returns the entire set of labels for this object for all locales, typically for display purposes. |
Methods inherited from interface com.sas.iquery.metadata.NamedObjectInterface |
---|
getDescription, getLabel |
Method Detail |
---|
java.lang.String getLabel(java.util.Locale locale)
locale
- the Locale of the label, null will use Locale.getDefault()
java.lang.String getDescription(java.util.Locale locale)
locale
- the Locale of the description, null will use Locale.getDefault()
com.sas.util.LocalizableString getLabels()
com.sas.util.LocalizableString getDescriptions()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |