IPFIX element sematic value denoting no sematics.
IPFIX element semantic value denoting a counter whose initial value is 0 and that is reset to 0 each time it is exported.
IPFIX element semantic value denoting a set of bit fields.
IPFIX element semantic value denoting an identifier.
IPFIX element semantic value denoting a list.
IPFIX element semantic value denoting a discrete measured value.
IPFIX element semantic value denoting an SNMP counter.
IPFIX element semantic value denoting an SNMP gauge.
IPFIX element semantic value denoting a counter whose initial value is 0.
Converts a short value to an information element semantic type.
Converts a short value to an information element semantic type.
The information element semantic represented by this value.
java.util.NoSuchElementException if the short
represents no known information element semantic.
Collection of all known valid information element semantics.
Collection of all known valid information element semantics.
Finds the IPFIX IE element semantic value whose name is name.
Finds the IPFIX IE element semantic value whose name is name.
The function seaches linearly through the list of semantics.
The information element semantic represented by name.
java.util.NoSuchElementException if the name
represents no known information element semantic.
Finds the IPFIX IE element semantic value whose name is name
as an Option.
Finds the IPFIX IE element semantic value whose name is name
as an Option.
The function seaches linearly through the list of semantics.
The information element semantic represented by name.
IPFIX Information Element Semantics as defined in RFC5610
A description of the semantics of an IPFIX Information Element. These are taken from the data type semantics defined in Section 3.2 of the IPFIX Information Model (RFC5102); see that section for more information on the types described below. The special value 0x00 (default) is used to note that no semantics apply to the field; it cannot be manipulated by a Collecting Process or File Reader that does not understand it a priori.
See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-element-semantics
May be converted to and from Short values.