Class MessageTextCode

  • All Implemented Interfaces:
    ToJson

    public class MessageTextCode
    extends MessageCode
    • Field Summary

      • Fields inherited from class com.squarespace.cldrengine.message.MessageCode

        type
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageTextCode​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void _toJson​(com.google.gson.JsonArray arr)  
      java.lang.String text()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageTextCode

        public MessageTextCode​(java.lang.String text)
    • Method Detail

      • text

        public java.lang.String text()
      • _toJson

        protected void _toJson​(com.google.gson.JsonArray arr)
        Overrides:
        _toJson in class MessageCode