Class I18nValue
- java.lang.Object
-
- org.molgenis.api.metadata.v3.model.I18nValue
-
public abstract class I18nValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classI18nValue.Builder
-
Constructor Summary
Constructors Constructor Description I18nValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static I18nValue.Builderbuilder()static I18nValuecreate(String defaultValue, Map<String,String> translations)abstract @NotNull StringgetDefaultValue()abstract Map<String,String>getTranslations()
-
-
-
Method Detail
-
getDefaultValue
@NotNull public abstract @NotNull String getDefaultValue()
-
builder
public static I18nValue.Builder builder()
-
-