public static enum Constraints.NodeKind extends Enum<Constraints.NodeKind>
| Enum Constant and Description |
|---|
BLANK_NODE |
BLANK_NODE_OR_IRI |
BLANK_NODE_OR_LITERAL |
IRI |
LITERAL |
LITERAL_OR_IRI |
NODE |
| Modifier and Type | Method and Description |
|---|---|
String |
localName() |
static Constraints.NodeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constraints.NodeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constraints.NodeKind NODE
public static final Constraints.NodeKind BLANK_NODE_OR_IRI
public static final Constraints.NodeKind BLANK_NODE_OR_LITERAL
public static final Constraints.NodeKind LITERAL_OR_IRI
public static final Constraints.NodeKind BLANK_NODE
public static final Constraints.NodeKind IRI
public static final Constraints.NodeKind LITERAL
public static Constraints.NodeKind[] values()
for (Constraints.NodeKind c : Constraints.NodeKind.values()) System.out.println(c);
public static Constraints.NodeKind 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
Copyright (C) 2014-2016, Center for Open Middleware