final
class
InfoElementMetadata extends Fillable
Instance Constructors
-
new
InfoElementMetadata()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
dataType: Int
-
var
description: String
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
var
id: Int
-
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
var
name: String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
pen: Long
-
var
rangeBegin: Long
-
var
rangeEnd: Long
-
var
semantics: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
var
units: Int
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Extracts Information Element metadata from a Record.
The extracted data fully describes an Information Element. The RecordReader uses that information to add the Information Element to the Information Model.