public class NumericValue extends Value
Java class for numericValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="numericValue">
<complexContent>
<restriction base="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<choice>
<element name="integer" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="real" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="rational" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}rational"/>
<element name="NA" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
_boolean, description, fuzzyLabel, fuzzyNumber, id, image, imageRef, integer, interval, label, mcdaConcept, na, name, rankedLabel, rational, real| Constructor and Description |
|---|
NumericValue() |
getDescription, getFuzzyLabel, getFuzzyNumber, getId, getImage, getImageRef, getInteger, getInterval, getLabel, getMcdaConcept, getNA, getName, getRankedLabel, getRational, getReal, isBoolean, setBoolean, setDescription, setFuzzyLabel, setFuzzyNumber, setId, setImage, setImageRef, setInteger, setInterval, setLabel, setMcdaConcept, setNA, setName, setRankedLabel, setRational, setRealCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.