The type of data stored in this element.
An alternate representation of the dataType of the Element.
A description of the Element.
The elementId part of the Element's Identifier.
The enterpriseId part of the Element's Identifier, or 0 if none.
The semantics and applicability of the Element.
A numeric identifier of the Element.
A unique and meaningful name for the Element.
The upper bound of the valid range for the Element.
The lower bound of the valid range for the Element.
A qualification of the integral value.
The unit for the measure of the Element, if applicable.
Information in messages of the IPFIX protocol is modeled in terms of Information Elements of the IPFIX information model. The InfoElement class represents a single Information Element.
Typically an InfoElement is created either by parsing an XML file that describes a set of Information Elements or by using the InfoElementBuilder class.
InvalidInfoElementExceptionif name's length is 0, if rangeMin is greater than rangeMax, or if the elementId and enterpriseId of the ident are both 0.The companion object for more details