public class OdfReferenceTableEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
private Content |
_entry |
static String |
METADATA_CDM_VALUE
Metadata name for CDM value
|
static String |
METADATA_CODE
Metadata name for code
|
| Constructor and Description |
|---|
OdfReferenceTableEntry(Content content)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCdmValue()
Get the CDM value
|
String |
getCode()
Get the code
|
String |
getId()
Get the identifier
|
String |
getLabel(String lang)
Get the label
|
public static final String METADATA_CODE
public static final String METADATA_CDM_VALUE
public OdfReferenceTableEntry(Content content)
content - The content representing the entrypublic String getLabel(String lang)
lang - The languagepublic String getCdmValue()