public class GraphDataType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static GraphDataType |
BOOLEAN |
static GraphDataType |
DOUBLE |
static GraphDataType |
INT |
protected java.beans.PropertyChangeSupport |
listeners |
static GraphDataType |
LONG |
static GraphDataType |
OBJECT |
static java.lang.String |
PROPERTY_VALUE |
static GraphDataType |
STRING |
static GraphDataType |
VOID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
getValue(boolean shortName) |
static GraphDataType |
ref(java.lang.Class<?> value) |
static GraphDataType |
ref(GraphClazz value) |
static GraphDataType |
ref(java.lang.String value) |
java.lang.String |
toString() |
GraphDataType |
with(java.lang.String value) |
public static final java.lang.String PROPERTY_VALUE
public static final GraphDataType VOID
public static final GraphDataType INT
public static final GraphDataType LONG
public static final GraphDataType DOUBLE
public static final GraphDataType STRING
public static final GraphDataType BOOLEAN
public static final GraphDataType OBJECT
protected final java.beans.PropertyChangeSupport listeners
public java.lang.String getValue()
public java.lang.String getValue(boolean shortName)
public GraphDataType with(java.lang.String value)
public static GraphDataType ref(java.lang.String value)
public static GraphDataType ref(java.lang.Class<?> value)
public static GraphDataType ref(GraphClazz value)
public java.lang.String toString()
toString in class java.lang.Object