public static enum NodeKindPropertyShape.NodeKind extends Enum<NodeKindPropertyShape.NodeKind>
Enum Constant and Description |
---|
BlankNode |
BlankNodeOrIRI |
BlankNodeOrLiteral |
IRI |
IRIOrLiteral |
Literal |
Modifier and Type | Method and Description |
---|---|
static NodeKindPropertyShape.NodeKind |
from(Resource resource) |
static NodeKindPropertyShape.NodeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeKindPropertyShape.NodeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeKindPropertyShape.NodeKind BlankNode
public static final NodeKindPropertyShape.NodeKind IRI
public static final NodeKindPropertyShape.NodeKind Literal
public static final NodeKindPropertyShape.NodeKind BlankNodeOrIRI
public static final NodeKindPropertyShape.NodeKind BlankNodeOrLiteral
public static final NodeKindPropertyShape.NodeKind IRIOrLiteral
public static NodeKindPropertyShape.NodeKind[] values()
for (NodeKindPropertyShape.NodeKind c : NodeKindPropertyShape.NodeKind.values()) System.out.println(c);
public static NodeKindPropertyShape.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 nullpublic static NodeKindPropertyShape.NodeKind from(Resource resource)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.