Uses of Class
oracle.pgx.config.RdfAction
-
Packages that use RdfAction Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RdfAction in oracle.pgx.config
Methods in oracle.pgx.config that return RdfAction Modifier and Type Method Description static RdfAction
RdfAction. fromPropertyType(PropertyType propertyType)
static RdfAction
RdfAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RdfAction[]
RdfAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-