public class CsvRecordNumberDriver extends PropertyAttributeDriver
@directio.csv.record_number attributes.
AttributeDriver.Context| Modifier and Type | Field and Description | 
|---|---|
| static String | TARGET_NAMEThe attribute name. | 
| Constructor and Description | 
|---|
| CsvRecordNumberDriver() | 
| 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 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.