Package com.nt.udc.osar
Class ObjectAttr
java.lang.Object
com.nt.udc.osar.OSARecAttr
com.nt.udc.osar.ObjectAttr
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]bytedoublefloatintlongshortintgetType()voidreadExternal(ObjectInput obj_in) voidsetObject(Externalizable object) voidsetObjectWOupdate(Externalizable object) toString()voidvoidwriteExternal(ObjectOutput obj_out) Methods inherited from class com.nt.udc.osar.OSARecAttr
equals, getBytes, getLength, getLengthInWord, getStaticAttrLength, getTag, getValueBytes, init, isVarLength, makeAttrfromBytes, makeAttrfromBytes, makeAttrfromStream, setTag, setValue, toStream
-
Constructor Details
-
ObjectAttr
public ObjectAttr() -
ObjectAttr
-
-
Method Details
-
setObject
-
setObjectWOupdate
-
getObject
-
updateBytes
public void updateBytes() -
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getType
public int getType()- Specified by:
getTypein classOSARecAttr
-
getBytesValue
public byte[] getBytesValue() -
getByteValue
public byte getByteValue()- Specified by:
getByteValuein classOSARecAttr
-
getDateValue
- Specified by:
getDateValuein classOSARecAttr
-
getDoubleValue
public double getDoubleValue()- Specified by:
getDoubleValuein classOSARecAttr
-
getFloatValue
public float getFloatValue()- Specified by:
getFloatValuein classOSARecAttr
-
getIntValue
public int getIntValue()- Specified by:
getIntValuein classOSARecAttr
-
getLongValue
public long getLongValue()- Specified by:
getLongValuein classOSARecAttr
-
getShortValue
public short getShortValue()- Specified by:
getShortValuein classOSARecAttr
-
getStringValue
- Specified by:
getStringValuein classOSARecAttr
-
getTimeValue
- Specified by:
getTimeValuein classOSARecAttr
-
getTimestampValue
- Specified by:
getTimestampValuein classOSARecAttr
-
toString
- Overrides:
toStringin classOSARecAttr
-