IPFIX IE data type value denoting a basicList structured data.
IPFIX IE data type value denoting a boolean value.
IPFIX IE data type value denoting a date-time represented in microseconds.
IPFIX IE data type value denoting a date-time represented in milliseconds.
IPFIX IE data type value denoting a date-time represented in nanoseconds.
IPFIX IE data type value denoting a date-time represented in seconds.
IPFIX IE data type value denoting a 32-bit floating point value.
IPFIX IE data type value denoting a 64-bit floating point value.
IPFIX IE data type value denoting an IPv4 address.
IPFIX IE data type value denoting an IPv6 address.
IPFIX IE data type value denoting a MAC address.
IPFIX IE data type value denoting an octet array.
IPFIX IE data type value denoting a 16-bit signed value.
IPFIX IE data type value denoting a 32-bit signed value.
IPFIX IE data type value denoting a 64-bit signed value.
IPFIX IE data type value denoting an 8-bit signed value.
IPFIX IE data type value denoting a string.
IPFIX IE data type value denoting subTemplateList structured data.
IPFIX IE data type value denoting a subTemplateMultiList structured data.
IPFIX IE data type value denoting a 16-bit unsigned value.
IPFIX IE data type value denoting a 32-bit unsigned value.
IPFIX IE data type value denoting a 64-bit unsigned value.
IPFIX IE data type value denoting an 8-bit unsigned value.
Converts a short value to an information element data type.
Converts a short value to an information element data type.
The information element data type represented by this value.
java.util.NoSuchElementException if the short
represents no known information element data type.
Returns the DataType that matches dt.
Returns the DataType having the specified id.
Returns the DataType having the specified id.
Returns the DataType having the specified name.
Collection of all known valid information element data types.
Collection of all known valid information element data types.
Finds the IPFIX IE data type value whose name is name.
Finds the IPFIX IE data type value whose name is name.
The function seaches linearly through the list of data types.
The information element data type represented by name.
java.util.NoSuchElementException if the name
represents no known information element data type.
Finds the IPFIX IE data type value whose name is name as an
Option.
Finds the IPFIX IE data type value whose name is name as an
Option.
The function seaches linearly through the list of data types.
The information element data type represented by name
or scala.None if name represents no known data type.
IPFIX Information Element Data Types as defined in RFC5102
A description of the abstract data type of an IPFIX Information Element as defined in Section 3.1 of RFC5102.
See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-element-data-types
May be converted to and from Short values.