Class Literal
- java.lang.Object
-
- io.mateu.mdd.core.model.multilanguage.Literal
-
- All Implemented Interfaces:
io.mateu.util.interfaces.Translated
public class Literal extends Object implements io.mateu.util.interfaces.Translated
holder for translations. Hardcoding translations is used for better performance Created by miguel on 13/9/16.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.mateu.util.data.Dataget()Stringget(String language)voidset(io.mateu.util.data.Data value)voidset(String language, String text)StringtoString()static voidtranslateWithDeepL(Set<Literal> selection)
-