Package org.somda.dsl.biceps.base
Class LocalizedText
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.GenericExtensible
public abstract class LocalizedText implements GenericExtensible
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalizedTextWidthtextWidthprivate final Stringvalueprivate final Stringlangprivate final Stringrefprivate final BigIntegerversionprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description LocalizedText(String value, String lang, String ref, BigInteger version)
-
Method Summary
Modifier and Type Method Description final LocalizedTextWidthgetTextWidth()final StringgetValue()final StringgetLang()final StringgetRef()final BigIntegergetVersion()final LocalizedTextWidthtextWidth(LocalizedTextWidth init)-
-
Constructor Detail
-
LocalizedText
LocalizedText(String value, String lang, String ref, BigInteger version)
-
-
Method Detail
-
getTextWidth
final LocalizedTextWidth getTextWidth()
-
getVersion
final BigInteger getVersion()
-
textWidth
final LocalizedTextWidth textWidth(LocalizedTextWidth init)
-
-
-
-