java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf72.subtype5.GrsLatchTypeData

public final class GrsLatchTypeData extends SmfData
  • Method Details

    • r725lajn

      public String r725lajn()
      R725LAJN value.
      Returns:
      String R725LAJN value
    • r725lasp

      public int r725lasp()
      R725LASP value.
      Returns:
      int R725LASP value
    • r725laas

      public int r725laas()
      R725LAAS value.
      Returns:
      int R725LAAS value
    • r725last

      public long r725last()
      R725LAST value.
      Returns:
      long R725LAST value
    • r725lasn

      public String r725lasn()
      R725LASN value.
      Returns:
      String R725LASN value
    • r725laty

      public int r725laty()
      R725LATY value.
      Returns:
      int R725LATY value
    • r725lasu

      public long r725lasu()
      R725LASU value, throws exception if R725LASU overflows 64 bit signed integer.
      Returns:
      long R725LASU
      Throws:
      IllegalArgumentException - If the value of R725LASU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R725LASU). Use r725lasuAsBigInteger() if this is possible.
    • r725lasuAsBigInteger

      public BigInteger r725lasuAsBigInteger()
      R725LASU value as a BigInteger.

      r725lasu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R725LASU
    • r725lati

      public Duration r725lati()
      R725LATI as a Duration.
      Returns:
      Duration R725LATI
      See Also:
    • r725latiSeconds

      public double r725latiSeconds()
      R725LATI in seconds.
      Returns:
      double R725LATI converted to seconds
    • r725latiRawValue

      public BigInteger r725latiRawValue()
      R725LATI raw value.
      Returns:
      BigInteger R725LATI value
    • r725lasqSecondsSq

      public double r725lasqSecondsSq()
      R725LASQ in squared seconds.
      Returns:
      double R725LASQ converted to squared seconds
    • r725lasqRawValue

      public BigInteger r725lasqRawValue()
      R725LASQ raw value.
      Returns:
      BigInteger R725LASQ raw value
    • create

      public static GrsLatchTypeData create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section