public static class ExportState.StateInformation extends Object
| Constructor and Description |
|---|
ExportState.StateInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLabelIndex(String label)
This method returns the index associated with the
supplied label.
|
void |
registerLabelIndex(String label,
int index)
This method registers the label against the index.
|
void |
unregisterLabel(String label)
This method unregisters the label.
|
public void registerLabelIndex(String label, int index)
label - The labelindex - The indexpublic void unregisterLabel(String label)
label - The labelpublic int getLabelIndex(String label)
label - The labelCopyright © 2014. All Rights Reserved.