public class EntityDefinition extends Object
| Constructor and Description |
|---|
EntityDefinition(String name,
antlr.collections.AST ast)
Create a new EntityDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
antlr.collections.AST |
getAst()
Get the ast.
|
Collection<antlr.collections.AST> |
getChecks()
Get the checks.
|
String |
getName()
Get the name.
|
void |
setChecks(Collection<antlr.collections.AST> checks)
Set the checks.
|
public EntityDefinition(String name, antlr.collections.AST ast)
name - of this Entityast - AST holding the parsed Entitypublic antlr.collections.AST getAst()
public Collection<antlr.collections.AST> getChecks()
public void setChecks(Collection<antlr.collections.AST> checks)
checks - The Collection checks to set.Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.