|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectNullValuePolicy
ValueExistencePolicy.
@Deprecated public final class NullValuePolicy
Whatever MetadataStandard.asMap(...)
should contain entries for null values or empty collections. By default the map does not provide
entries for null metadata attributes or
empty collections. This enumeration
allows control on this behavior.
MetadataStandard.asMap(Object, ValueExistencePolicy, KeyNamePolicy)
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary | |
|---|---|
static ValueExistencePolicy |
ALL
Deprecated. Includes all entries in the map, including those having a null value or an empty collection. |
static ValueExistencePolicy |
NON_EMPTY
Deprecated. Includes only the attributes that are non-null and, in the case of collections, non-empty. |
static ValueExistencePolicy |
NON_NULL
Deprecated. Includes only the non-null attributes. |
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ValueExistencePolicy ALL
public static final ValueExistencePolicy NON_NULL
public static final ValueExistencePolicy NON_EMPTY
AbstractMetadata.asMap().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||