public abstract class AbstractGraphPropertyConfig extends AbstractConfig implements java.io.Serializable
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractGraphPropertyConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
abstract java.lang.Object |
getColumn() |
abstract java.util.List<java.lang.String> |
getFormat() |
abstract java.lang.Object |
getName() |
java.lang.Object |
getParsedDefaultValue()
Get the parsed default value guaranteed to match
getType() (with the exception of type node/edge). |
java.lang.Object |
getSourceColumn() |
abstract java.util.List<java.util.Map> |
getStores() |
abstract PropertyType |
getType()
type of property.
|
int |
hashCode() |
boolean |
isExternal() |
boolean |
isInMemory() |
boolean |
isStringPoolEnabled() |
getDefault, getValueFromEnvironment, getValueFromEnvironment, getValues, parseString, setSerializable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract java.lang.Object getColumn()
public abstract java.util.List<java.lang.String> getFormat()
public abstract java.lang.Object getName()
public java.lang.Object getParsedDefaultValue()
getType()
(with the exception of type node/edge). In case a default is not specified (null
), the *default* default value is returned.null
.public java.lang.Object getSourceColumn()
public abstract java.util.List<java.util.Map> getStores()
public abstract PropertyType getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isExternal()
public boolean isInMemory()
public boolean isStringPoolEnabled()