public class MetadataFormat extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME_METADATA_FORMAT |
static String |
LOCAL_NAME_METADATA_TYPE |
| Constructor and Description |
|---|
MetadataFormat()
Instantiates a new metadata format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(MetadataField Field)
Adds the metadata.
|
List<MetadataField> |
getMetadataFields()
Gets the metadata fields.
|
String |
getMetadataSource()
Gets the metadata source.
|
String |
getType()
Gets the type.
|
void |
setMetadataSource(String metadataSource)
Sets the metadata source.
|
void |
setType(String type)
Sets the type.
|
String |
toString() |
public static final String LOCAL_NAME_METADATA_TYPE
public static final String LOCAL_NAME_METADATA_FORMAT
public List<MetadataField> getMetadataFields()
public String getType()
public void setType(String type)
type - the type to setpublic void addMetadata(MetadataField Field)
Field - the fieldpublic String getMetadataSource()
public void setMetadataSource(String metadataSource)
metadataSource - the new metadata sourceCopyright © 2020. All Rights Reserved.