|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetaTypeProvider
Provides access to metatypes.
| Method Summary | |
|---|---|
String[] |
getLocales()
Return a list of available locales. |
ObjectClassDefinition |
getObjectClassDefinition(String id,
String locale)
Returns an object class definition for the specified id localized to the specified locale. |
| Method Detail |
|---|
ObjectClassDefinition getObjectClassDefinition(String id,
String locale)
The locale parameter must be a name that consists of language[
"_" country[ "_" variation] ] as is customary in
the Locale class. This Locale class is not used
because certain profiles do not contain it.
id - The ID of the requested object class. This can be a pid or
factory pid returned by getPids or getFactoryPids.locale - The locale of the definition or null for default
locale.
ObjectClassDefinition object.
IllegalArgumentException - If the id or locale arguments are not
validString[] getLocales()
Locale class.
null if there is no
locale specific localization can be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||