public class DefaultUsability extends AbstractElement implements Usability
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultUsability()
Constructs an initially empty usability.
|
DefaultUsability(Usability object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultUsability |
castOrCopy(Usability object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
castOrCopy, getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResults
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
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults
public DefaultUsability()
public DefaultUsability(Usability object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Usability)
public static DefaultUsability castOrCopy(Usability object)
null
, then this method returns null
.DefaultUsability
, then it is returned unchanged.DefaultUsability
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.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.