NAME
xDT::RecordType - The record type of a xDT record.
VERSION
Version 1.00
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use xDT::RecordType;
my $foo = xDT::RecordType->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
CONSTANTS
LENGTH The maximum length of a record type identifier.
ATTRIBUTES
id Unique identifier of this record type.
labels The human readable labels of this record type. Language is used as key value.
accessor Short string for easy access to this record via xDT::Object.
length Max length of this record type.
type Corresponds to xDT record type string.
SUBROUTINES/METHODS
isObjectEnd Checks if this record type is an ending record
getId Returns the id of this record type.
getLabels Returns the labels of this record type.
getAccessor Returns the accessor of this record type.
getLength Returns the maximum length of this recourd type.
getType Returns the type of this record type.
AUTHOR
Christoph Beger, <christoph.beger at imise.uni-leipzig.de>
BUGS
Please report any bugs or feature requests to bug-xdt-parser at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=xDT-Parser. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc xDT::RecordType
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2017 Christoph Beger.
This program is released under the following license: MIT