public abstract class GraphValue extends java.lang.Object implements BaseItem
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
static java.lang.String |
PROPERTY_INITIALIZATION |
static java.lang.String |
PROPERTY_TYPE |
protected GraphDataType |
type |
| Constructor and Description |
|---|
GraphValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
GraphDataType |
getType() |
java.lang.String |
getType(boolean shortName) |
GraphValue |
with(GraphDataType value) |
GraphValue |
with(java.lang.String value) |
BaseItem |
withAll(java.lang.Object... values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNewList, getValueItem, toStringpublic static final java.lang.String PROPERTY_INITIALIZATION
public static final java.lang.String PROPERTY_TYPE
protected GraphDataType type
protected java.lang.String name
public java.lang.String getName()
public GraphValue with(java.lang.String value)
public GraphValue with(GraphDataType value)
public GraphDataType getType()
public java.lang.String getType(boolean shortName)