Class TranslationConstants.TranslationRelationShips
java.lang.Object
com.adobe.granite.translation.api.TranslationConstants.TranslationRelationShips
- Enclosing class:
TranslationConstants
Types of relationships (source, derived, reference ect...) supported by the Translation Framework
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDerived relation from aTranslationObject, where derivedTranslationObjectis generated using currentTranslationObjectstatic final StringReference relations from aTranslationObject, where currentTranslationObjectis referenced by relatedTranslationObjectstatic final StringRelated relation from aTranslationObject, where relatedTranslationObjectis referenced by currentTranslationObjectstatic final StringSource relation from aTranslationObject, where currentTranslationObjectis generated using sourceTranslationObject -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SOURCE
Source relation from aTranslationObject, where currentTranslationObjectis generated using sourceTranslationObject- See Also:
-
REFERENCE
Reference relations from aTranslationObject, where currentTranslationObjectis referenced by relatedTranslationObject- See Also:
-
RELATED
Related relation from aTranslationObject, where relatedTranslationObjectis referenced by currentTranslationObject- See Also:
-
DERIVED
Derived relation from aTranslationObject, where derivedTranslationObjectis generated using currentTranslationObject- See Also:
-
-
Constructor Details
-
TranslationRelationShips
public TranslationRelationShips()
-