public static enum NQuadsTokenizer.TokenType extends Enum<NQuadsTokenizer.TokenType>
| Enum Constant and Description |
|---|
BLANK_NODE_LABEL |
COMMENT |
END_OF_INPUT |
END_OF_LINE |
END_OF_STATEMENT |
IRI_REF |
LANGTAG |
LITERAL_DATA_TYPE |
STRING_LITERAL_QUOTE |
WHITE_SPACE |
| Modifier and Type | Method and Description |
|---|---|
static NQuadsTokenizer.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NQuadsTokenizer.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NQuadsTokenizer.TokenType LANGTAG
public static final NQuadsTokenizer.TokenType IRI_REF
public static final NQuadsTokenizer.TokenType STRING_LITERAL_QUOTE
public static final NQuadsTokenizer.TokenType BLANK_NODE_LABEL
public static final NQuadsTokenizer.TokenType WHITE_SPACE
public static final NQuadsTokenizer.TokenType LITERAL_DATA_TYPE
public static final NQuadsTokenizer.TokenType COMMENT
public static final NQuadsTokenizer.TokenType END_OF_STATEMENT
public static final NQuadsTokenizer.TokenType END_OF_LINE
public static final NQuadsTokenizer.TokenType END_OF_INPUT
public static NQuadsTokenizer.TokenType[] values()
for (NQuadsTokenizer.TokenType c : NQuadsTokenizer.TokenType.values()) System.out.println(c);
public static NQuadsTokenizer.TokenType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020–2025. All rights reserved.