Package | Description |
---|---|
com.asakusafw.dmdl.directio.line.driver |
Line based text support for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
static LineFieldTrait.Kind |
LineFieldTrait.getKind(PropertyDeclaration property)
Returns the CSV field kind of the property.
|
static LineFieldTrait.Kind |
LineFieldTrait.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineFieldTrait.Kind[] |
LineFieldTrait.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LineFieldTrait(AstNode originalAst,
LineFieldTrait.Kind kind)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.