Uses of Enum Class
org.apache.sis.metadata.ValueExistencePolicy
Packages that use ValueExistencePolicy
-
Uses of ValueExistencePolicy in org.apache.sis.metadata
Subclasses with type arguments of type ValueExistencePolicy in org.apache.sis.metadataModifier and TypeClassDescriptionenum
WhateverMetadataStandard.asValueMap(…)
shall contain entries for null, nil or empty values.Methods in org.apache.sis.metadata that return ValueExistencePolicyModifier and TypeMethodDescriptionstatic ValueExistencePolicy
Returns the enum constant of this class with the specified name.static ValueExistencePolicy[]
ValueExistencePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.metadata with parameters of type ValueExistencePolicyModifier and TypeMethodDescriptionMetadataStandard.asTreeTable
(Object metadata, Class<?> baseType, ValueExistencePolicy valuePolicy) Returns the specified metadata object as a tree table.MetadataStandard.asValueMap
(Object metadata, Class<?> baseType, KeyNamePolicy keyPolicy, ValueExistencePolicy valuePolicy) Returns a view of the specified metadata object as aMap
.