| Package | Description |
|---|---|
| org.neo4j.visualization |
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.getTypeOf(Object propertyValue)
Get the
PropertyType representing the type of a value. |
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ValueFormatter.formatBoxedPrimitive(PropertyType type,
Object value)
Format a boxed primitive.
|
T |
ValueFormatter.formatBoxedPrimitiveArray(PropertyType elementType,
Object[] array)
Format an array of boxed primitives.
|
T |
ValueFormatter.formatPrimitiveArray(PropertyType elementType,
Object array)
Format an array of primitives.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.