Constant Field Values

Contents

net.apartium.*

  • net.apartium.cocoabeans.commands.parsers.BooleanParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "boolean"
  • net.apartium.cocoabeans.commands.parsers.DoubleParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "double"
  • net.apartium.cocoabeans.commands.parsers.DummyParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ignore"
  • net.apartium.cocoabeans.commands.parsers.FloatParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "float"
  • net.apartium.cocoabeans.commands.parsers.IntParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "int"
  • net.apartium.cocoabeans.commands.parsers.LongParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "long"
  • net.apartium.cocoabeans.commands.parsers.ParagraphParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "paragraph"
    public static final char
    ESCAPE_CHARACTER
    '\\'
    public static final String
    INVALID_QUOTATION_MESSAGE
    "Invalid quoted string"
    public static final char
    NEW_LINE_CHARACTER
    'n'
    public static final char
    QUOTATION_CHARACTER
    '\"'
  • net.apartium.cocoabeans.commands.parsers.QuotedStringParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "quoted-string"
    public static final char
    ESCAPE_CHARACTER
    '\\'
    public static final String
    INVALID_QUOTATION_MESSAGE
    "Invalid quoted string"
    public static final char
    NEW_LINE_CHARACTER
    'n'
    public static final char
    QUOTATION_CHARACTER
    '\"'
  • net.apartium.cocoabeans.commands.parsers.StringParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "string"
  • net.apartium.cocoabeans.commands.parsers.StringsParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "strings"
  • net.apartium.cocoabeans.commands.parsers.UUIDParser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "uuid"