Package | Description |
---|---|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
Modifier and Type | Method and Description |
---|---|
static NdfStructureType |
NdfStructureType.fromString(java.lang.String structureKey) |
NdfStructureType |
NdfStructure.getType() |
static NdfStructureType |
NdfStructureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NdfStructureType[] |
NdfStructureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NdfStructure(NdfStructure parent,
int nestingLevel,
NdfStructureType type,
java.lang.String name,
int lineNumber) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.