Package com.ibm.icu.message2
Class Mf2DataModel.Text
- java.lang.Object
-
- com.ibm.icu.message2.Mf2DataModel.Text
-
- All Implemented Interfaces:
Mf2DataModel.Part
- Enclosing class:
- Mf2DataModel
@Deprecated public static class Mf2DataModel.Text extends java.lang.Object implements Mf2DataModel.Part
Deprecated.This API is for technology preview only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Mf2DataModel.Text.Builder
Deprecated.This API is for technology preview only.
-
Constructor Summary
Constructors Constructor Description Text(java.lang.String value)
Deprecated.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.Text.Builder
builder()
Deprecated.This API is for technology preview only.java.lang.String
getValue()
Deprecated.This API is for technology preview only.java.lang.String
toString()
Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
builder
@Deprecated public static Mf2DataModel.Text.Builder builder()
Deprecated.This API is for technology preview only.Creates a builder.- Returns:
- the Builder.
-
getValue
@Deprecated public java.lang.String getValue()
Deprecated.This API is for technology preview only.
-
toString
@Deprecated public java.lang.String toString()
Deprecated.This API is for technology preview only.- Overrides:
toString
in classjava.lang.Object
-
-