|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelLabelProvider
The Model
Field Summary | |
---|---|
static String |
DESCRIPTION
|
static String |
FROM_ROLE_LABEL
|
static String |
FROM_ROLE_PLURAL_LABEL
|
static String |
LABEL
|
static String |
PLURAL_LABEL
|
static String |
TO_ROLE_LABEL
|
Method Summary | |
---|---|
String |
getDescription(Object pObject,
Locale pLocale)
Returns the description of an object in a given locale |
String |
getFromRoleLabel(IReference pReference,
Locale pLocale)
|
String |
getFromRolePluralLabel(IReference pReference,
Locale pLocale)
|
String |
getLabel(Object pObject,
Locale pLocale)
Returns a label for an object in the given locale |
String |
getToRoleLabel(IReference pReference,
Locale pLocale)
|
Methods inherited from interface com.semarchy.mdm.runtime.model.labels.IRuntimeLabelProvider |
---|
getPluralLabel |
Field Detail |
---|
static final String DESCRIPTION
static final String LABEL
static final String PLURAL_LABEL
static final String TO_ROLE_LABEL
static final String FROM_ROLE_LABEL
static final String FROM_ROLE_PLURAL_LABEL
Method Detail |
---|
String getFromRoleLabel(IReference pReference, Locale pLocale)
String getFromRolePluralLabel(IReference pReference, Locale pLocale)
String getToRoleLabel(IReference pReference, Locale pLocale)
String getLabel(Object pObject, Locale pLocale)
IRuntimeLabelProvider
Returns a label for an object in the given locale
getLabel
in interface IRuntimeLabelProvider
String getDescription(Object pObject, Locale pLocale)
IRuntimeLabelProvider
Returns the description of an object in a given locale
getDescription
in interface IRuntimeLabelProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |