public interface I18nSupport
Modifier and Type | Method and Description |
---|---|
String |
getDescription(PropertyDefinition pdef)
Get the I18n'ed description for a PropertyDefinition
|
ResourceBundle |
getI18N()
The most basic service: get the ResourceBundle of the module
|
String |
getLabel(ExternDocumentType docType)
Get the I18n'ed label for a ExternDocumentType
|
String |
getLabel(NoteType noteType)
Get the I18n'ed label for a NoteType
|
String |
getLabel(PropertyDefinition pdef)
Get the I18n'ed label for a PropertyDefinition
|
String |
getLabel(Stereotype stereotype)
Get the I18n'ed label for a Stereotype
|
String |
getLabel(TagType tagType)
Get the I18n'ed label for a TagType
|
String |
getString(String key)
Get the I18n'ed label for a given key
|
ResourceBundle getI18N()
String getLabel(Stereotype stereotype)
stereotype
- @returnString getLabel(TagType tagType)
tagtype
- String getLabel(NoteType noteType)
noteType
- @returnString getLabel(ExternDocumentType docType)
docType
- @returnString getString(String key)
key
- @returnString getLabel(PropertyDefinition pdef)
pdef
- @returnString getDescription(PropertyDefinition pdef)
pdef
- @return