public class DefaultConstraints extends ISOMetadata implements Constraints
Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultConstraints()
Constructs an initially empty constraints.
|
DefaultConstraints(CharSequence useLimitation)
Constructs a new constraints with the given use limitation.
|
DefaultConstraints(Constraints object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultConstraints |
castOrCopy(Constraints object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<InternationalString> |
getUseLimitations()
Returns the limitation affecting the fitness for use of the resource.
|
void |
setUseLimitations(Collection<? extends InternationalString> newValues)
Sets the limitation affecting the fitness for use of the resource.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultConstraints()
public DefaultConstraints(CharSequence useLimitation)
useLimitation
- The use limitation, or null
if none.public DefaultConstraints(Constraints object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Constraints)
public static DefaultConstraints castOrCopy(Constraints object)
null
, then this method returns null
.LegalConstraints
or
SecurityConstraints
, then this method delegates to the castOrCopy(…)
method of the corresponding SIS subclass. Note that if the given object implements
more than one of the above-cited interfaces, then the castOrCopy(…)
method
to be used is unspecified.DefaultConstraints
, then it is returned unchanged.DefaultConstraints
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public Collection<InternationalString> getUseLimitations()
getUseLimitations
in interface Constraints
public void setUseLimitations(Collection<? extends InternationalString> newValues)
newValues
- The new use limitations.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.