Package 

Enum StringArgument.Type

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PHRASE

      All text.

      hellohogeSome long text."Quoted long text."

      PHRASE_QUOTED

      Sentences and words that contain spaces enclosed in double quotes.

      hellohogehoge"some long text."

      WORD

      A person word that does not put a space in between.

      hellohogehoge

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait