public class HiveDataModelTrait extends BaseTrait<HiveDataModelTrait>
Constructor and Description |
---|
HiveDataModelTrait() |
Modifier and Type | Method and Description |
---|---|
void |
addDataFormatNamer(Namer namer)
Add a data format namer.
|
static HiveDataModelTrait |
get(ModelDeclaration declaration)
Returns the
HiveDataModelTrait for the target data model declaration. |
List<Namer> |
getDataFormatNamers()
Returns the data format namers.
|
getOriginalAst, setOriginalAst
public static HiveDataModelTrait get(ModelDeclaration declaration)
HiveDataModelTrait
for the target data model declaration.declaration
- the target declarationpublic void addDataFormatNamer(Namer namer)
namer
- the namerCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.