public static enum TypeFilterRule.Nodes extends Enum<TypeFilterRule.Nodes>
| Enum Constant and Description |
|---|
CLASSNODE |
INSTANCENODE |
LITERALNODE |
| Modifier and Type | Method and Description |
|---|---|
static TypeFilterRule.Nodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFilterRule.Nodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFilterRule.Nodes CLASSNODE
public static final TypeFilterRule.Nodes INSTANCENODE
public static final TypeFilterRule.Nodes LITERALNODE
public static TypeFilterRule.Nodes[] values()
for (TypeFilterRule.Nodes c : TypeFilterRule.Nodes.values()) System.out.println(c);
public static TypeFilterRule.Nodes 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 null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann