Enum Constant and Description |
---|
Argument1 |
Argument2 |
Called |
Object |
Predicate |
SQLCommand |
Subject |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of a
|
static TermType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermType Argument1
public static final TermType Argument2
public static final TermType Called
public static final TermType Object
public static final TermType Predicate
public static final TermType SQLCommand
public static final TermType Subject
public java.lang.String getName()
public static TermType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TermType[] values()
for (TermType c : TermType.values()) System.out.println(c);