public class CsvFieldDriver extends PropertyAttributeDriver
@windgate.csv.field attributes.
AttributeDriver.Context| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_QUOTEThe default value of  ELEMENT_QUOTE. | 
| static String | ELEMENT_NAMEThe element name. | 
| static String | ELEMENT_QUOTEThe element name of quoting strategy. | 
| static String | TARGET_NAMEThe 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.