Uses of Class
migratedb.v1.core.internal.resource.ResourceType
-
Packages that use ResourceType Package Description migratedb.v1.core.internal.resource Private API. -
-
Uses of ResourceType in migratedb.v1.core.internal.resource
Methods in migratedb.v1.core.internal.resource that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in migratedb.v1.core.internal.resource with parameters of type ResourceType Modifier and Type Method Description static booleanResourceType. isVersioned(ResourceType type)Whether the given resource type represents a resource that is versioned.
-