Uses of Class
oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
Packages that use TwoTablesRdbmsGraphConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of TwoTablesRdbmsGraphConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return TwoTablesRdbmsGraphConfig.Field Modifier and Type Method Description static TwoTablesRdbmsGraphConfig.Field[]
TwoTablesRdbmsGraphConfig. getConfigFields()
static TwoTablesRdbmsGraphConfig.Field
TwoTablesRdbmsGraphConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TwoTablesRdbmsGraphConfig.Field[]
TwoTablesRdbmsGraphConfig.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config that return types with arguments of type TwoTablesRdbmsGraphConfig.Field Modifier and Type Method Description java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object>
TwoTablesRdbmsGraphConfig. getValues()
Gets the parsed values.java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object>
TwoTablesRdbmsGraphConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type TwoTablesRdbmsGraphConfig.Field Modifier and Type Method Description abstract boolean
AbstractTwoTablesRdbmsGraphConfig. hasDefaultValue(TwoTablesRdbmsGraphConfig.Field field)
boolean
TwoTablesRdbmsGraphConfig. hasDefaultValue(TwoTablesRdbmsGraphConfig.Field field)
Checks for default value.
-