public class QuantitativeScaleParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAXIMUM |
static String |
MINIMUM |
static String |
QUANTITATIVE |
| Constructor and Description |
|---|
QuantitativeScaleParser() |
| Modifier and Type | Method and Description |
|---|---|
QuantitativeScale<?> |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(QuantitativeScale<?> scale,
XMLStreamWriter writer) |
public static final String QUANTITATIVE
public static final String MINIMUM
public static final String MAXIMUM
public QuantitativeScale<?> fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(QuantitativeScale<?> scale, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.