Uses of Class
org.apache.sis.metadata.UnmodifiableMetadataException
Packages that use UnmodifiableMetadataException
-
Uses of UnmodifiableMetadataException in org.apache.sis.metadata
Methods in org.apache.sis.metadata that throw UnmodifiableMetadataExceptionModifier and TypeMethodDescriptionprotected void
ModifiableMetadata.checkWritePermission
(Object current) Checks if changes in the metadata are allowed.(package private) Object
Sets a value for the specified metadata and returns the old value ifmode
isPropertyAccessor.RETURN_PREVIOUS
.(package private) Object
Substitutes the value for the properties handled in a special way, then delegates toSpecialCases.set(int, Object, Object, int)
.private <E> Collection<E>
ModifiableMetadata.write
(Collection<? extends E> source, Collection<E> target, Class<E> elementType, Boolean useSet) Writes the content of thesource
collection into thetarget
list or set, creating it if needed.protected final <E> Collection<E>
ModifiableMetadata.writeCollection
(Collection<? extends E> source, Collection<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
list or set, creating it if needed.protected final <E> List<E>
ModifiableMetadata.writeList
(Collection<? extends E> source, List<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
list, creating it if needed.protected final <K,
V> Map<K, V> Writes the content of thesource
map into thetarget
map, creating it if needed.protected final <E> Set<E>
ModifiableMetadata.writeSet
(Collection<? extends E> source, Set<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
set, creating it if needed.