Package com.nt.udc.io
Class COSARAttrMillis
java.lang.Object
com.nt.udc.io.COSARAttr
com.nt.udc.io.COSARAttrLong
com.nt.udc.io.COSARAttrMillis
This class represents the time-in-milliseconds OSAR attribute.
-
Field Summary
Fields inherited from class com.nt.udc.io.COSARAttrLong
m_value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublelonglongMethods inherited from class com.nt.udc.io.COSARAttrLong
getBytesValue, getValue, setStringValue, setValue, setValue, toStringMethods inherited from class com.nt.udc.io.COSARAttr
getDCField, getId, getIPValue, getType, idToInt, setId
-
Constructor Details
-
COSARAttrMillis
-
COSARAttrMillis
-
-
Method Details
-
getStringValue
- Overrides:
getStringValuein classCOSARAttrLong- Returns:
- The value as a string
- Throws:
Exception
-
getLongValue
- Overrides:
getLongValuein classCOSARAttrLong- Returns:
- The value as a long
- Throws:
Exception
-
getMillisValue
- Overrides:
getMillisValuein classCOSARAttrLong- Returns:
- The value as in milliseconds
- Throws:
Exception
-
getDoubleValue
- Overrides:
getDoubleValuein classCOSARAttrLong- Returns:
- The value as a double
- Throws:
Exception
-
getRecAttr
- Overrides:
getRecAttrin classCOSARAttrLong- Returns:
- The equivalent OSARecAttr
-