Class DataSetElement

java.lang.Object
com.trdp.config.DataSetElement

public class DataSetElement extends Object
A single element within a data set definition (<element> element).

The type is either a predefined name (e.g. "UINT32", "BOOL8") or a numeric data set ID for nested types. The array-size defaults to 1; 0 indicates a dynamically-sized array.

  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getName

      public String getName()
    • getArraySize

      public long getArraySize()
    • getUnit

      public String getUnit()
    • getScale

      public Float getScale()
    • getOffset

      public Integer getOffset()
    • toString

      public String toString()
      Overrides:
      toString in class Object