Uses of Enum
org.apache.sis.metadata.ValueExistencePolicy
Packages that use ValueExistencePolicy
-
Uses of ValueExistencePolicy in org.apache.sis.metadata
Methods in org.apache.sis.metadata that return ValueExistencePolicyModifier and TypeMethodDescriptionstatic ValueExistencePolicy
Returns the enum constant of this type with the specified name.static ValueExistencePolicy[]
ValueExistencePolicy.values()
Returns an array containing the constants of this enum type, 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
.