public static enum Constants.Property extends Enum<Constants.Property>
| Enum Constant and Description |
|---|
__contentHash |
__cp
Property used to store the canonical path of an element.
|
__eid
This is the name of the property that we use to store the user-defined ID of the entity represented by the
vertex.
|
__identityHash |
__metric_data_type
Property used on metric type to distinguish type of metric e.g.
|
__metric_interval
Property used to store interval in seconds at which metrics are collected
|
__sourceCp |
__sourceEid |
__sourceType |
__structuredDataIndex
The index on which a structured data value is stored in a list.
|
__structuredDataKey
The key using which a structured data value is stored in a map.
|
__structuredDataType
The type of the data stored by the structured data vertex
|
__structuredDataValue_b
The name of the property on the structured data vertex that holds the primitive value of that vertex.
|
__structuredDataValue_f |
__structuredDataValue_i |
__structuredDataValue_s |
__syncHash |
__targetCp |
__targetEid |
__targetIdentityHash |
__targetType |
__type
This is the name of the property that we use to store the type of the entity represented by the vertex
|
__unit
Present on metric type, this is the name of the propety that we use to store the unit of the metric type
represented by the vertex.
|
name
The user-defined human-readable name of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getPropertyType() |
String |
getSortName() |
static boolean |
isMirroredInEdges(String property) |
static String |
mapUserDefined(String property) |
static Constants.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.Property name
public static final Constants.Property __type
public static final Constants.Property __eid
public static final Constants.Property __unit
public static final Constants.Property __metric_data_type
public static final Constants.Property __metric_interval
public static final Constants.Property __cp
public static final Constants.Property __structuredDataType
public static final Constants.Property __structuredDataKey
public static final Constants.Property __structuredDataIndex
public static final Constants.Property __structuredDataValue_b
public static final Constants.Property __structuredDataValue_i
public static final Constants.Property __structuredDataValue_f
public static final Constants.Property __structuredDataValue_s
public static final Constants.Property __sourceType
public static final Constants.Property __targetType
public static final Constants.Property __sourceCp
public static final Constants.Property __targetCp
public static final Constants.Property __sourceEid
public static final Constants.Property __targetEid
public static final Constants.Property __identityHash
public static final Constants.Property __targetIdentityHash
public static final Constants.Property __contentHash
public static final Constants.Property __syncHash
public static Constants.Property[] values()
for (Constants.Property c : Constants.Property.values()) System.out.println(c);
public static Constants.Property 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 String getSortName()
public Class<?> getPropertyType()
public static boolean isMirroredInEdges(String property)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.