public class CsvFieldDriver extends PropertyAttributeDriver
@directio.csv.field attributes.
AttributeDriver.Context| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_QUOTE
The default value of  
ELEMENT_QUOTE. | 
static String | 
ELEMENT_NAME
The element name. 
 | 
static String | 
ELEMENT_QUOTE
The element name of quoting strategy. 
 | 
static String | 
TARGET_NAME
The attribute name. 
 | 
| Constructor and Description | 
|---|
CsvFieldDriver()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTargetName()
Returns the qualified name of the target attribute. 
 | 
void | 
process(DmdlSemantics environment,
       PropertyDeclaration declaration,
       AstAttribute attribute)
Processes and modifies the attributed property declaration. 
 | 
process, verify, verifypublic static final String TARGET_NAME
public static final String ELEMENT_NAME
public static final String ELEMENT_QUOTE
public static final String DEFAULT_QUOTE
ELEMENT_QUOTE.public String getTargetName()
AttributeDriverpublic void process(DmdlSemantics environment, PropertyDeclaration declaration, AstAttribute attribute)
PropertyAttributeDriverprocess in class PropertyAttributeDriverenvironment - the processing environmentdeclaration - the property declaration with the attributeattribute - the attribute with the target nameAttributeDriver.getTargetName()Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.