#include <DateTimeAttribute.h>
Public Member Functions | |
| virtual bool | equal (AttributeValue *other, bool check_id=true) |
| virtual std::string | encode () |
| virtual std::string | getType () |
| virtual std::string | getId () |
Format: HHMMSSZ HH:MM:SS HH:MM:SS+HH:MM HH:MM:SSZ
| virtual std::string ArcSec::TimeAttribute::encode | ( | ) | [virtual] |
encode the value in a string format
Implements ArcSec::AttributeValue.
| virtual bool ArcSec::TimeAttribute::equal | ( | AttributeValue * | value, | |
| bool | check_id = true | |||
| ) | [virtual] |
Evluate whether "this" equale to the parameter value
Implements ArcSec::AttributeValue.
| virtual std::string ArcSec::TimeAttribute::getId | ( | ) | [inline, virtual] |
Get the AttributeId of the <Attribute>
Implements ArcSec::AttributeValue.
| virtual std::string ArcSec::TimeAttribute::getType | ( | ) | [inline, virtual] |
Get the DataType of the <Attribute>
Implements ArcSec::AttributeValue.
1.6.3