public class DefaultMetadataScope extends ISOMetadata
MetadataScope
interface.
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultMetadataScope()
Constructs an initially empty metadata scope.
|
DefaultMetadataScope(DefaultMetadataScope object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultMetadataScope(ScopeCode resourceScope,
CharSequence name)
Constructs a metadata scope initialized to the given value.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
getName()
Return a description of the scope, or
null if none. |
ScopeCode |
getResourceScope()
Return the code for the scope.
|
void |
setName(InternationalString newValue)
Sets the description of the scope.
|
void |
setResourceScope(ScopeCode newValue)
Sets the code for the scope.
|
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 DefaultMetadataScope()
public DefaultMetadataScope(ScopeCode resourceScope, CharSequence name)
resourceScope
- code for the scope.name
- Description of the scope, or null
if none.public DefaultMetadataScope(DefaultMetadataScope object)
object
- The metadata to copy values from, or null
if none.public ScopeCode getResourceScope()
public void setResourceScope(ScopeCode newValue)
newValue
- The new code for the scope.public InternationalString getName()
null
if none.null
if none.public void setName(InternationalString newValue)
newValue
- The new description of the scope.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.