Package org.somda.dsl.biceps.base
Class LocalizedTextKt
-
- All Implemented Interfaces:
public final class LocalizedTextKt
-
-
Method Summary
Modifier and Type Method Description final static LocalizedTextValuetext(String lang, Function0<String> value)final static LocalizedTextReferencetextReference(String ref, BigInteger version, Function0<String> value)-
-
Method Detail
-
text
final static LocalizedTextValue text(String lang, Function0<String> value)
-
textReference
final static LocalizedTextReference textReference(String ref, BigInteger version, Function0<String> value)
-
-
-
-