| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.primary_data.file | |
| de.ipk_gatersleben.bit.bi.edal.primary_data.metadata |
| Modifier and Type | Method and Description |
|---|---|
protected UntypedData |
PrimaryDataEntity.reloadOldDataType(EnumDublinCoreElements element)
Internal function to reload a data type of the old
MetaData for
the current version, after the user set a wrong value. |
List<PrimaryDataEntity> |
PrimaryDataDirectory.searchByDublinCoreElement(EnumDublinCoreElements element,
UntypedData data,
boolean fuzzy,
boolean recursiveIntoSubdirectories)
A convenience method for search only for a specific
EnumDublinCoreElements and UntypedData in this
PrimaryDataDirectory. |
protected abstract List<PrimaryDataEntity> |
PrimaryDataDirectory.searchByDublinCoreElementImpl(EnumDublinCoreElements element,
UntypedData data,
boolean fuzzy,
boolean recursiveIntoSubdirectories)
Abstract function for implementation of
PrimaryDataDirectory.searchByDublinCoreElement(EnumDublinCoreElements, UntypedData, boolean, boolean)
. |
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<EnumDublinCoreElements,List<Class<? extends UntypedData>>> |
MetaData.ELEMENT_TYPE_MAP |
protected EnumMap<? super EnumDublinCoreElements,UntypedData> |
MetaData.metaDataValues
the store of all supported dublin core meta data
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDublinCoreElements |
EnumDublinCoreElements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDublinCoreElements[] |
EnumDublinCoreElements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.setElementValue(EnumDublinCoreElements key,
UntypedData value)
Modify the value of a meta data element
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UntypedData> |
MetaData.getElementValue(Enum<? extends EnumDublinCoreElements> element)
Getter for a value of an element of the
MetaData object. |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.