public class StringDate extends StringFixedLength
frameBody, identifier, logger, size, TYPE_ELEMENT, value
Constructor and Description |
---|
StringDate(String identifier,
AbstractTagFrameBody frameBody)
Creates a new ObjectStringDate datatype.
|
StringDate(StringDate object) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getValue()
Get value held by this Object
|
void |
setValue(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, getCorrectDecoder, getSize, setSize, toString
createStructure, getBody, getIdentifier, readByteArray, setBody
public StringDate(String identifier, AbstractTagFrameBody frameBody)
identifier
- frameBody
- public StringDate(StringDate object)
public void setValue(Object value)
AbstractDataType
setValue
in class AbstractDataType
value
- public Object getValue()
AbstractDataType
getValue
in class AbstractDataType
public boolean equals(Object obj)
equals
in class StringFixedLength
Copyright © 2005–2020 jthink.net. All rights reserved.