Package | Description |
---|---|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
Modifier and Type | Method and Description |
---|---|
NotifyValue |
NdfHandler.startArray(NdfProperties props,
java.lang.String arrayName,
int[] dimensions)
Called when an array structure was found.
|
NotifyValue |
NdfDefaultHandler.startArray(NdfProperties props,
java.lang.String arrayName,
int[] dimensions) |
NotifyValue |
NdfHandler.startTable(NdfProperties props,
java.lang.String tableName,
java.lang.String[] columns)
Called when a table structure was found.
|
NotifyValue |
NdfDefaultHandler.startTable(NdfProperties props,
java.lang.String tableName,
java.lang.String[] headers) |
static NotifyValue |
NotifyValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotifyValue[] |
NotifyValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 EsprIT-Systems. All Rights Reserved.