public class HiveFieldDriver extends PropertyAttributeDriver
@directio.hive.field
attributes.
AttributeDriver.Context
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_NAME
The element name.
|
static String |
TARGET_NAME
The attribute name.
|
Constructor and Description |
---|
HiveFieldDriver() |
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, verify
public static final String TARGET_NAME
public static final String ELEMENT_NAME
public String getTargetName()
AttributeDriver
public void process(DmdlSemantics environment, PropertyDeclaration declaration, AstAttribute attribute)
PropertyAttributeDriver
process
in class PropertyAttributeDriver
environment
- the processing environmentdeclaration
- the property declaration with the attribute
attribute
- the attribute with the target name
AttributeDriver.getTargetName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.