public final class UTCMillisecAttribute extends AbstractFormatAttribute
utc-millisec
format attribute.
Note that there is no restriction on the number value at all. However, this attributes perform extra checks and warns (ie, does not report an error) in the following situations:
Modifier and Type | Method and Description |
---|---|
static FormatAttribute |
getInstance() |
void |
validate(ProcessingReport report,
MessageBundle bundle,
FullData data)
Validate the instance against this format attribute
|
newMsg, supportedTypes
public static FormatAttribute getInstance()
public void validate(ProcessingReport report, MessageBundle bundle, FullData data) throws ProcessingException
FormatAttribute
report
- the report to usebundle
- the message bundle to usedata
- the validation dataProcessingException
- an exception occurs (normally, never for a
format attribute)