public class MdFormatInfo extends Object
| Constructor and Description |
|---|
MdFormatInfo()
The Constructor.
|
MdFormatInfo(String id,
String format,
String layout,
String interpretation)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Gets the format.
|
String |
getId()
Gets the id.
|
String |
getInterpretation()
Gets the interpretation.
|
String |
getLayout()
Gets the layout.
|
static MdFormatInfo |
initFromXqueryResult(String result)
Create a new MdFormatInfo starting from the xquery result the string MUST be in this forma $format-$layout-$interpretation::$id
|
void |
setFormat(String format)
Sets the format.
|
void |
setId(String id)
Sets the id.
|
void |
setInterpretation(String interpretation)
Sets the interpretation.
|
void |
setLayout(String layout)
Sets the layout.
|
public String getId()
public void setId(String id)
id - the idpublic String getFormat()
public void setFormat(String format)
format - the formatpublic String getLayout()
public void setLayout(String layout)
layout - the layoutpublic String getInterpretation()
public void setInterpretation(String interpretation)
interpretation - the interpretationpublic static MdFormatInfo initFromXqueryResult(String result)
result - the resultCopyright © 2018. All rights reserved.