Uses of Enum Class
org.apache.sis.metadata.ModifiableMetadata.State
Packages that use ModifiableMetadata.State
-
Uses of ModifiableMetadata.State in org.apache.sis.metadata
Subclasses with type arguments of type ModifiableMetadata.State in org.apache.sis.metadataModifier and TypeClassDescriptionstatic enum
Whether the metadata is still editable or has been made final.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 class with the specified name.static ModifiableMetadata.State[]
ModifiableMetadata.State.values()
Returns an array containing the constants of this enum class, 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.