Package com.ibm.icu.message2
Class Mf2DataModel.Value
java.lang.Object
com.ibm.icu.message2.Mf2DataModel.Value
- Enclosing class:
Mf2DataModel
Deprecated.
This API is for technology preview only.
A Value can be either a Literal, or a Variable, but not both.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.This API is for technology preview only. -
Method Summary
Modifier and TypeMethodDescriptionstatic Mf2DataModel.Value.Builder
builder()
Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.boolean
Deprecated.This API is for technology preview only.boolean
Deprecated.This API is for technology preview only.toString()
Deprecated.This API is for technology preview only.
-
Method Details
-
builder
Deprecated.This API is for technology preview only.Creates a builder.- Returns:
- the Builder.
-
getLiteral
Deprecated.This API is for technology preview only. -
getVariableName
Deprecated.This API is for technology preview only. -
isLiteral
Deprecated.This API is for technology preview only. -
isVariable
Deprecated.This API is for technology preview only. -
toString
Deprecated.This API is for technology preview only.
-