Enum Constant and Description |
---|
BOOL |
DATE |
DOUBLE |
EDGE |
FLOAT |
IGNORE |
INT |
INTEGER |
LONG |
RO_STRING_SET |
STRING |
TIME |
VERTEX |
VERTEX_LABEL |
Modifier and Type | Method and Description |
---|---|
static RdfAction |
fromPropertyType(PropertyType propertyType) |
PropertyType |
getPropertyType() |
java.lang.String |
toKey() |
static RdfAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdfAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final RdfAction BOOL
public static final RdfAction DATE
public static final RdfAction DOUBLE
public static final RdfAction EDGE
public static final RdfAction FLOAT
public static final RdfAction IGNORE
public static final RdfAction INT
public static final RdfAction INTEGER
public static final RdfAction LONG
public static final RdfAction RO_STRING_SET
public static final RdfAction STRING
public static final RdfAction TIME
public static final RdfAction VERTEX
public static final RdfAction VERTEX_LABEL
public static RdfAction fromPropertyType(PropertyType propertyType)
public PropertyType getPropertyType()
public java.lang.String toKey()
public static RdfAction 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 RdfAction[] values()
for (RdfAction c : RdfAction.values()) System.out.println(c);
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.