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

public final class GrsEnqueueData extends SmfData
  • Method Details

    • r725enky

      public BigInteger r725enky()
      R725ENKY value.
      Returns:
      BigInteger R725ENKY value
    • r725enjn

      public String r725enjn()
      R725ENJN value.
      Returns:
      String R725ENJN value
    • r725ensp

      public int r725ensp()
      R725ENSP value.
      Returns:
      int R725ENSP value
    • r725enas

      public int r725enas()
      R725ENAS value.
      Returns:
      int R725ENAS value
    • r725enst

      public long r725enst()
      R725ENST value.
      Returns:
      long R725ENST value
    • r725ensn

      public String r725ensn()
      R725ENSN value.
      Returns:
      String R725ENSN value
    • r725ensc

      public int r725ensc()
      R725ENSC value.
      Returns:
      int R725ENSC value
    • r725enrc

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

      public BigInteger r725enrcAsBigInteger()
      R725ENRC value as a BigInteger.

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

      Returns:
      BigInteger R725ENRC
    • r725ensu

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

      public BigInteger r725ensuAsBigInteger()
      R725ENSU value as a BigInteger.

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

      Returns:
      BigInteger R725ENSU
    • r725enti

      public Duration r725enti()
      R725ENTI as a Duration.
      Returns:
      Duration R725ENTI
      See Also:
    • r725entiSeconds

      public double r725entiSeconds()
      R725ENTI in seconds.
      Returns:
      double R725ENTI converted to seconds
    • r725entiRawValue

      public BigInteger r725entiRawValue()
      R725ENTI raw value.
      Returns:
      BigInteger R725ENTI value
    • r725ensqSecondsSq

      public double r725ensqSecondsSq()
      R725ENSQ in squared seconds.
      Returns:
      double R725ENSQ converted to squared seconds
    • r725ensqRawValue

      public BigInteger r725ensqRawValue()
      R725ENSQ raw value.
      Returns:
      BigInteger R725ENSQ raw value
    • create

      public static GrsEnqueueData 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