public static enum SPDXParser.TokTyp extends Enum<SPDXParser.TokTyp>
| Enum Constant and Description |
|---|
andTok |
closeBracket |
openBracket |
orTok |
text |
| Modifier and Type | Method and Description |
|---|---|
static SPDXParser.TokTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPDXParser.TokTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPDXParser.TokTyp openBracket
public static final SPDXParser.TokTyp closeBracket
public static final SPDXParser.TokTyp andTok
public static final SPDXParser.TokTyp orTok
public static final SPDXParser.TokTyp text
public static SPDXParser.TokTyp[] values()
for (SPDXParser.TokTyp c : SPDXParser.TokTyp.values()) System.out.println(c);
public static SPDXParser.TokTyp 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 © 2016. All rights reserved.