public class StringDateTime extends StringSizeTerminated
frameBody, identifier, logger, size, TYPE_ELEMENT, value
Constructor and Description |
---|
StringDateTime(java.lang.String identifier,
AbstractTagFrameBody frameBody)
Creates a new ObjectStringDateTime datatype.
|
StringDateTime(StringDateTime object) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getValue()
Get value held by this Object
|
void |
setValue(java.lang.Object value)
Set the value held by this datatype, this is used typically used when the
user wants to modify the value in an existing frame.
|
getTextEncodingCharSet
addValue, getNumberOfValues, getValueAtIndex, getValues, getValueWithoutTrailingNull, readByteArray, splitByNullSeperator, writeByteArray
canBeEncoded, getSize, setSize, toString
createStructure, getBody, getIdentifier, readByteArray, setBody
public StringDateTime(java.lang.String identifier, AbstractTagFrameBody frameBody)
identifier
- frameBody
- public StringDateTime(StringDateTime object)
public void setValue(java.lang.Object value)
AbstractDataType
setValue
in class AbstractDataType
value
- public java.lang.Object getValue()
AbstractDataType
getValue
in class AbstractDataType
public boolean equals(java.lang.Object obj)
equals
in class StringSizeTerminated
Copyright © 2005-2013 java.net. All Rights Reserved.