Package org.somda.dsl.biceps.base
Class LocalizedTextValue
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.GenericExtensible
public class LocalizedTextValue extends LocalizedText
-
-
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 LocalizedTextValue(String value, String lang)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.somda.dsl.biceps.base.LocalizedText
getLang, getRef, getTextWidth, getValue, getVersion, textWidth -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-