Package com.nt.udc.io

Class COSARAttrLong

java.lang.Object
com.nt.udc.io.COSARAttr
com.nt.udc.io.COSARAttrLong
Direct Known Subclasses:
COSARAttrMac, COSARAttrMillis

public class COSARAttrLong extends COSARAttr
This class represents the long OSAR attribute.
  • Field Details

    • m_value

      protected long m_value
  • Constructor Details

    • COSARAttrLong

      protected COSARAttrLong(int type, String id, long value)
    • COSARAttrLong

      public COSARAttrLong(String id, long value)
    • COSARAttrLong

      public COSARAttrLong(String id)
  • Method Details