public class Map extends BaseEntity implements Comparable<Map>
Objects of this class should not be created directly as they are part of the
internal logic. Use the relevant Dataset method to access these
objects.
For more information see: 51Degrees pattern data model.
dataSet, index| Constructor and Description |
|---|
Map(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of NodeIndex
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Map other)
Compares this node index to another.
|
String |
getName()
The name of the map.
|
String |
toString()
Converts the node index into a string.
|
compareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArraypublic Map(Dataset dataSet, int index, BinaryReader reader)
dataSet - The data set the node is contained withinindex - The index of this object in the Nodereader - BinaryReader object to be usedpublic String getName() throws IOException
IOException - indicates an I/O exception occurredpublic int compareTo(Map other)
compareTo in interface Comparable<Map>other - The node index to compareCopyright © 2015 51Degrees. All rights reserved.