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