Uses of Enum
javax.jdo.metadata.Indexed
Packages that use Indexed
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of Indexed in javax.jdo.metadata
Subclasses with type arguments of type Indexed in javax.jdo.metadataMethods in javax.jdo.metadata that return IndexedModifier and TypeMethodDescriptionDiscriminatorMetadata.getIndexed()Accessor for whether indexed (true|false|unique)JoinMetadata.getIndexed()Accessor for whether indexed (true|false|unique).VersionMetadata.getIndexed()Accessor for whether indexed (true|false|unique).static IndexedReturns the enum constant of this type with the specified name.static Indexed[]Indexed.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jdo.metadata with parameters of type IndexedModifier and TypeMethodDescriptionDiscriminatorMetadata.setIndexed(Indexed indexed) Method to set whether indexed.JoinMetadata.setIndexed(Indexed indexed) Method to set whether indexed.VersionMetadata.setIndexed(Indexed indexed) Method to set whether indexed.