Uses of Enum Class
org.pgcodekeeper.core.schema.PgObjLocation.LocationType
Packages that use PgObjLocation.LocationType
-
Uses of PgObjLocation.LocationType in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return PgObjLocation.LocationTypeModifier and TypeMethodDescriptionPgObjLocation.getLocationType()static PgObjLocation.LocationTypeReturns the enum constant of this class with the specified name.static PgObjLocation.LocationType[]PgObjLocation.LocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.schema with parameters of type PgObjLocation.LocationTypeModifier and TypeMethodDescriptionPgObjLocation.Builder.setLocationType(PgObjLocation.LocationType locationType)