java.lang.Object
com.tectonica.jonix.onix2.Measurement
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Measurement
The number which represents the dimension specified in <MeasureTypeCode> in the measure units specified in <MeasureUnitCode>. Mandatory in each occurrence of the <Measure> composite, and non-repeating.
Format | Variable length real number, with an explicit decimal point when required, suggested maximum length 6 characters including a decimal point. |
Reference name | <Measurement> |
Short tag | <c094> |
Example | <Measurement>8.25</Measurement> |
- <
Measure
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final Measurement
static final String
static final String
This is the raw content of Measurement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<Measurement> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of Measurement. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length real number, with an explicit decimal point when required, suggested maximum length 6 characters including a decimal point.
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
Measurement
public Measurement() -
Measurement
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-