public final class Q8ac extends SmfData
  • Method Details

    • q8acnameOff

      public int q8acnameOff()
      Q8ACNAME_OFF value.
      Returns:
      int Q8ACNAME_OFF value
    • q8acname

      public String q8acname()
      Q8ACNAME value. The string is converted from EBCDIC or UTF8 depending on a flag value.
      Returns:
      String Q8ACNAME value
    • q8acprid

      public String q8acprid()
      Q8ACPRID value.
      Returns:
      String Q8ACPRID value
    • q8acconn

      public long q8acconn()
      Q8ACCONN value.
      Returns:
      long Q8ACCONN value
    • q8acreq

      public long q8acreq()
      Q8ACREQ value.
      Returns:
      long Q8ACREQ value
    • q8actout

      public long q8actout()
      Q8ACTOUT value.
      Returns:
      long Q8ACTOUT value
    • q8acfail

      public long q8acfail()
      Q8ACFAIL value.
      Returns:
      long Q8ACFAIL value
    • q8acbyts

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

      public BigInteger q8acbytsAsBigInteger()
      Q8ACBYTS value as a BigInteger.

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

      Returns:
      BigInteger Q8ACBYTS
    • q8acbytr

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

      public BigInteger q8acbytrAsBigInteger()
      Q8ACBYTR value as a BigInteger.

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

      Returns:
      BigInteger Q8ACBYTR
    • q8acmsgs

      public long q8acmsgs()
      Q8ACMSGS value.
      Returns:
      long Q8ACMSGS value
    • q8acmsgr

      public long q8acmsgr()
      Q8ACMSGR value.
      Returns:
      long Q8ACMSGR value
    • q8acblks

      public long q8acblks()
      Q8ACBLKS value.
      Returns:
      long Q8ACBLKS value
    • q8acblkr

      public long q8acblkr()
      Q8ACBLKR value.
      Returns:
      long Q8ACBLKR value
    • q8acrows

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

      public BigInteger q8acrowsAsBigInteger()
      Q8ACROWS value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWS
    • q8acrowr

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

      public BigInteger q8acrowrAsBigInteger()
      Q8ACROWR value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWR
    • q8acscpu

      public Duration q8acscpu()
      Q8ACSCPU as a Duration.
      Returns:
      Duration Q8ACSCPU
      See Also:
    • q8acscpuSeconds

      public double q8acscpuSeconds()
      Q8ACSCPU in seconds.
      Returns:
      double Q8ACSCPU converted to seconds
    • q8acscpuRawValue

      public long q8acscpuRawValue()
      Q8ACSCPU raw value.
      Returns:
      long Q8ACSCPU raw value
    • q8acsela

      public Duration q8acsela()
      Q8ACSELA as a Duration.
      Returns:
      Duration Q8ACSELA
      See Also:
    • q8acselaSeconds

      public double q8acselaSeconds()
      Q8ACSELA in seconds.
      Returns:
      double Q8ACSELA converted to seconds
    • q8acselaRawValue

      public long q8acselaRawValue()
      Q8ACSELA raw value.
      Returns:
      long Q8ACSELA raw value
    • q8actcpu

      public Duration q8actcpu()
      Q8ACTCPU as a Duration.
      Returns:
      Duration Q8ACTCPU
      See Also:
    • q8actcpuSeconds

      public double q8actcpuSeconds()
      Q8ACTCPU in seconds.
      Returns:
      double Q8ACTCPU converted to seconds
    • q8actcpuRawValue

      public long q8actcpuRawValue()
      Q8ACTCPU raw value.
      Returns:
      long Q8ACTCPU raw value
    • q8actela

      public Duration q8actela()
      Q8ACTELA as a Duration.
      Returns:
      Duration Q8ACTELA
      See Also:
    • q8actelaSeconds

      public double q8actelaSeconds()
      Q8ACTELA in seconds.
      Returns:
      double Q8ACTELA converted to seconds
    • q8actelaRawValue

      public long q8actelaRawValue()
      Q8ACTELA raw value.
      Returns:
      long Q8ACTELA raw value
    • q8acacpu

      public Duration q8acacpu()
      Q8ACACPU as a Duration.
      Returns:
      Duration Q8ACACPU
      See Also:
    • q8acacpuSeconds

      public double q8acacpuSeconds()
      Q8ACACPU in seconds.
      Returns:
      double Q8ACACPU converted to seconds
    • q8acacpuRawValue

      public long q8acacpuRawValue()
      Q8ACACPU raw value.
      Returns:
      long Q8ACACPU raw value
    • q8acaela

      public Duration q8acaela()
      Q8ACAELA as a Duration.
      Returns:
      Duration Q8ACAELA
      See Also:
    • q8acaelaSeconds

      public double q8acaelaSeconds()
      Q8ACAELA in seconds.
      Returns:
      double Q8ACAELA converted to seconds
    • q8acaelaRawValue

      public long q8acaelaRawValue()
      Q8ACAELA raw value.
      Returns:
      long Q8ACAELA raw value
    • q8acawat

      public Duration q8acawat()
      Q8ACAWAT as a Duration.
      Returns:
      Duration Q8ACAWAT
      See Also:
    • q8acawatSeconds

      public double q8acawatSeconds()
      Q8ACAWAT in seconds.
      Returns:
      double Q8ACAWAT converted to seconds
    • q8acawatRawValue

      public long q8acawatRawValue()
      Q8ACAWAT raw value.
      Returns:
      long Q8ACAWAT raw value
    • q8acinsc

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

      public BigInteger q8acinscAsBigInteger()
      Q8ACINSC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACINSC
    • q8acupdc

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

      public BigInteger q8acupdcAsBigInteger()
      Q8ACUPDC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACUPDC
    • q8acdelc

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

      public BigInteger q8acdelcAsBigInteger()
      Q8ACDELC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACDELC
    • q8acdrpc

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

      public BigInteger q8acdrpcAsBigInteger()
      Q8ACDRPC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACDRPC
    • q8accrtc

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

      public BigInteger q8accrtcAsBigInteger()
      Q8ACCRTC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACCRTC
    • q8accmtc

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

      public BigInteger q8accmtcAsBigInteger()
      Q8ACCMTC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACCMTC
    • q8acrbkc

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

      public BigInteger q8acrbkcAsBigInteger()
      Q8ACRBKC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACRBKC
    • q8acopnc

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

      public BigInteger q8acopncAsBigInteger()
      Q8ACOPNC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACOPNC
    • q8acrowi

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

      public BigInteger q8acrowiAsBigInteger()
      Q8ACROWI value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWI
    • q8acrowu

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

      public BigInteger q8acrowuAsBigInteger()
      Q8ACROWU value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWU
    • q8acrowd

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

      public BigInteger q8acrowdAsBigInteger()
      Q8ACROWD value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWD
    • q8acrowc

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

      public BigInteger q8acrowcAsBigInteger()
      Q8ACROWC value as a BigInteger.

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

      Returns:
      BigInteger Q8ACROWC
    • q8actwdp

      public Duration q8actwdp()
      Q8ACTWDP as a Duration.
      Returns:
      Duration Q8ACTWDP
      See Also:
    • q8actwdpSeconds

      public double q8actwdpSeconds()
      Q8ACTWDP in seconds.
      Returns:
      double Q8ACTWDP converted to seconds
    • q8actwdpRawValue

      public long q8actwdpRawValue()
      Q8ACTWDP raw value.
      Returns:
      long Q8ACTWDP raw value
    • q8acnwdp

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

      public BigInteger q8acnwdpAsBigInteger()
      Q8ACNWDP value as a BigInteger.

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

      Returns:
      BigInteger Q8ACNWDP
    • create

      public static Q8ac create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent)
      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