Package eu.xenit.alfred.api.translation
Class Translations
java.lang.Object
eu.xenit.alfred.api.translation.Translations
Datastructure that represents the translations of a specific language. types: The available translations of the
types. aspects: The available translations of the aspects. association: The available translations of the
association. properties: The available translations of the properties.
-
Constructor Summary
ConstructorsConstructorDescriptionTranslations(List<TranslationValue> types, List<TranslationValue> aspects, List<TranslationValue> association, List<PropertyTranslationValue> properties) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTypes()inthashCode()voidsetAspects(List<TranslationValue> aspects) voidsetAssociation(List<TranslationValue> association) voidsetProperties(List<PropertyTranslationValue> properties) voidsetTypes(List<TranslationValue> types) toString()
-
Constructor Details
-
Translations
public Translations() -
Translations
public Translations(List<TranslationValue> types, List<TranslationValue> aspects, List<TranslationValue> association, List<PropertyTranslationValue> properties)
-
-
Method Details