Package oracle.pgx.config
Class AbstractGraphPropertyConfig
java.lang.Object
oracle.pgx.config.AbstractConfig
oracle.pgx.config.AbstractGraphPropertyConfig
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GraphPropertyConfig
Base class for graph property configuration classes.
- See Also:
-
Field Summary
Fields inherited from class oracle.pgx.config.AbstractConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oracle.pgx.config.AbstractConfig
getDefault, getValueFromEnvironment, getValueFromEnvironment, getValues, parseString, setSerializable
-
Constructor Details
-
AbstractGraphPropertyConfig
public AbstractGraphPropertyConfig()
-
-
Method Details
-
getName
-
getFormat
-
getType
type of property. -
getColumn
-
getSourceColumn
-
getParsedDefaultValue
Get the parsed default value guaranteed to matchgetType()(with the exception of type node/edge). In case a default is not specified (null), the *default* default value is returned.- Returns:
- the parsed default value. This method never returns
null.
-
isStringPoolEnabled
public boolean isStringPoolEnabled() -
equals
-
hashCode
public int hashCode()
-