public interface DataElementValue
Base interface of the values of a data element that are represented wich a custom java type.
This is an internal interface and should not be implemented directly.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
returns a description of the value used in dump methods
|
long |
getLength()
returns the length the value
|