Package de.aristaflow.adept2.model.common.i18n
-
Interface Summary Interface Description LocalisationFactory Factory related to the localisation of process model objects.LocalisedString This interface allows implementors to provide a (string) representation which is localised.Localiser This interface provides access to aLocale
that is used for localisation. -
Class Summary Class Description LocalisationResolver Transparently resolves translations of localised model objects.LocalisationTools Tool methods for localising log and check report messages.LocalisedStringCollection Implementation to provide a collection ofLocalisedString
s.NonLocalisedString Implementation to provide constant object (usually string)representations which do not need to be localised asLocalisedString
.TranslationDataAdapter Facilitates the getting of setting of translatable attributes and their translations. -
Annotation Types Summary Annotation Type Description Localised Identifies a localisable (translatable) return value.