public class StringDate extends StringFixedLength
frameBody, identifier, logger, size, TYPE_ELEMENT, value
Constructor and Description |
---|
StringDate(java.lang.String identifier,
AbstractTagFrameBody frameBody)
Creates a new ObjectStringDate datatype.
|
StringDate(StringDate 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, readByteArray, writeByteArray
canBeEncoded, getSize, setSize, toString
createStructure, getBody, getIdentifier, readByteArray, setBody
public StringDate(java.lang.String identifier, AbstractTagFrameBody frameBody)
identifier
- frameBody
- public StringDate(StringDate 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 StringFixedLength
Copyright © 2005-2013 java.net. All Rights Reserved.