Uses of Enum
org.apache.sis.metadata.ModifiableMetadata.State
Packages that use ModifiableMetadata.State
Package
Description
Root package for various metadata implementations.
Root package for ISO 19115 metadata about resources (data or services).
-
Uses of ModifiableMetadata.State in org.apache.sis.metadata
Methods in org.apache.sis.metadata that return ModifiableMetadata.StateModifier and TypeMethodDescriptionModifiableMetadata.state()
Tells whether this instance of metadata is editable.static ModifiableMetadata.State
Returns the enum constant of this type with the specified name.static ModifiableMetadata.State[]
ModifiableMetadata.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.metadata with parameters of type ModifiableMetadata.StateModifier and TypeMethodDescriptionModifiableMetadata.deepCopy
(ModifiableMetadata.State target) Copies (if necessary) this metadata and all its children.boolean
ModifiableMetadata.transitionTo
(ModifiableMetadata.State target) Requests this metadata instance and (potentially) all its children to transition to a new state. -
Uses of ModifiableMetadata.State in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso with parameters of type ModifiableMetadata.StateModifier and TypeMethodDescriptionboolean
ISOMetadata.transitionTo
(ModifiableMetadata.State target) Requests this metadata instance and (potentially) all its children to transition to a new state.