Package com.ibm.icu.message2
Class Mf2DataModel.Value
- java.lang.Object
-
- com.ibm.icu.message2.Mf2DataModel.Value
-
- Enclosing class:
- Mf2DataModel
@Deprecated public static class Mf2DataModel.Value extends java.lang.ObjectDeprecated.This API is for technology preview only.A Value can be either a Literal, or a Variable, but not both.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMf2DataModel.Value.BuilderDeprecated.This API is for technology preview only.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Mf2DataModel.Value.Builderbuilder()Deprecated.This API is for technology preview only.java.lang.StringgetLiteral()Deprecated.This API is for technology preview only.java.lang.StringgetVariableName()Deprecated.This API is for technology preview only.booleanisLiteral()Deprecated.This API is for technology preview only.booleanisVariable()Deprecated.This API is for technology preview only.java.lang.StringtoString()Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
builder
@Deprecated public static Mf2DataModel.Value.Builder builder()
Deprecated.This API is for technology preview only.Creates a builder.- Returns:
- the Builder.
-
getLiteral
@Deprecated public java.lang.String getLiteral()
Deprecated.This API is for technology preview only.
-
getVariableName
@Deprecated public java.lang.String getVariableName()
Deprecated.This API is for technology preview only.
-
isLiteral
@Deprecated public boolean isLiteral()
Deprecated.This API is for technology preview only.
-
isVariable
@Deprecated public boolean isVariable()
Deprecated.This API is for technology preview only.
-
toString
@Deprecated public java.lang.String toString()
Deprecated.This API is for technology preview only.- Overrides:
toStringin classjava.lang.Object
-
-