Uses of Enum
org.apache.sis.metadata.MetadataVisitor.Filter
Packages that use MetadataVisitor.Filter
-
Uses of MetadataVisitor.Filter in org.apache.sis.metadata
Subclasses with type arguments of type MetadataVisitor.Filter in org.apache.sis.metadataModifier and TypeClassDescription(package private) static enumFilter the properties to visit.Methods in org.apache.sis.metadata that return MetadataVisitor.FilterModifier and TypeMethodDescription(package private) MetadataVisitor.FilterHashCode.preVisit(PropertyAccessor accessor) Resets the hash code to an initial value for a new metadata instance.(package private) final MetadataVisitor.FilterMetadataCopier.preVisit(PropertyAccessor accessor) Invoked before the properties of a metadata instance are visited.(package private) MetadataVisitor.FilterMetadataVisitor.preVisit(PropertyAccessor accessor) Invoked when a new metadata is about to be visited.(package private) MetadataVisitor.FilterPruner.preVisit(PropertyAccessor accessor) Marks a metadata instance as empty before we start visiting its non-null properties.(package private) MetadataVisitor.FilterStateChanger.preVisit(PropertyAccessor accessor) NotifiesMetadataVisitorthat we want to visit all writable properties.static MetadataVisitor.FilterReturns the enum constant of this type with the specified name.static MetadataVisitor.Filter[]MetadataVisitor.Filter.values()Returns an array containing the constants of this enum type, in the order they are declared.