Class SendProp

java.lang.Object
skadistats.clarity.io.s1.SendProp

public class SendProp extends Object
  • Constructor Details

    • SendProp

      public SendProp(SendTable table, SendProp template, int type, String varName, int flags, int priority, String dtName, int numElements, float lowValue, float highValue, int numBits)
  • Method Details

    • getExcludeIdentifier

      public SendTableExclusion getExcludeIdentifier()
    • getType

      public PropType getType()
    • getSrc

      public String getSrc()
    • getTemplate

      public SendProp getTemplate()
    • getVarName

      public String getVarName()
    • getPriority

      public int getPriority()
    • getDtName

      public String getDtName()
    • getNumElements

      public int getNumElements()
    • getLowValue

      public float getLowValue()
    • getHighValue

      public float getHighValue()
    • getNumBits

      public int getNumBits()
    • getFlags

      public int getFlags()
    • getDecoder

      public Decoder getDecoder()
    • toString

      public String toString()
      Overrides:
      toString in class Object