-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum StringArgument.Type extends Enum<StringArgument.Type>
The type of argument input.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PHRASEAll text.
hellohogeSome long text."Quoted long text."PHRASE_QUOTEDSentences and words that contain spaces enclosed in double quotes.
hellohogehoge"some long text."WORDA person word that does not put a space in between.
hellohogehoge
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-