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 TypeMethodDescriptiondouble
long
long
Methods inherited from class com.nt.udc.io.COSARAttrLong
getBytesValue, getValue, setStringValue, setValue, setValue, toString
Methods inherited from class com.nt.udc.io.COSARAttr
getDCField, getId, getIPValue, getType, idToInt, setId
-
Constructor Details
-
COSARAttrMillis
-
COSARAttrMillis
-
-
Method Details
-
getStringValue
- Overrides:
getStringValue
in classCOSARAttrLong
- Returns:
- The value as a string
- Throws:
Exception
-
getLongValue
- Overrides:
getLongValue
in classCOSARAttrLong
- Returns:
- The value as a long
- Throws:
Exception
-
getMillisValue
- Overrides:
getMillisValue
in classCOSARAttrLong
- Returns:
- The value as in milliseconds
- Throws:
Exception
-
getDoubleValue
- Overrides:
getDoubleValue
in classCOSARAttrLong
- Returns:
- The value as a double
- Throws:
Exception
-
getRecAttr
- Overrides:
getRecAttr
in classCOSARAttrLong
- Returns:
- The equivalent OSARecAttr
-