Class ExpressionAsStatementImpl
- java.lang.Object
-
- io.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
-
- io.ciera.tool.sql.architecture.statement.impl.ExpressionAsStatementImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.application.IActionHome<Sql>,io.ciera.runtime.summit.application.IInstanceActionHome<ExpressionAsStatement,Sql>,io.ciera.runtime.summit.classes.IModelInstance<ExpressionAsStatement,Sql>,io.ciera.runtime.summit.statemachine.IEventTarget,io.ciera.runtime.summit.types.IXtumlType,ExpressionAsStatement,Comparable<ExpressionAsStatement>
public class ExpressionAsStatementImpl extends io.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql> implements ExpressionAsStatement
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionAsStatementEMPTY_EXPRESSIONASSTATEMENTstatic StringKEY_LETTERS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Sqlcontext()static ExpressionAsStatementcreate(Sql context)static ExpressionAsStatementcreate(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number)static ExpressionAsStatementcreate(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number)StringgetBlock_number()StringgetBody_name()StringgetExpression_number()io.ciera.runtime.summit.classes.IInstanceIdentifiergetId1()StringgetKeyLetters()StringgetParent_name()StringgetParent_package()io.ciera.runtime.summit.application.IRunContextgetRunContext()StringgetStatement_number()ExpressionAsStatementoneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)StatementR451_is_a_Statement()ExpressionR476_executes_as_statement_Expression()voidrender()ExpressionAsStatementself()voidsetBlock_number(String ref_block_number)voidsetBody_name(String ref_body_name)voidsetExpression_number(String ref_expression_number)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetR451_is_a_Statement(Statement inst)voidsetR476_executes_as_statement_Expression(Expression inst)voidsetStatement_number(String ref_statement_number)booleanvalidateExpressionType()-
Methods inherited from class io.ciera.runtime.summit.classes.ModelInstance
accept, checkLiving, compareTo, delete, equals, getCurrentState, getId2, getId3, getInstanceId, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.statemachine.IEventTarget
accept, getCurrentState
-
-
-
-
Field Detail
-
KEY_LETTERS
public static final String KEY_LETTERS
- See Also:
- Constant Field Values
-
EMPTY_EXPRESSIONASSTATEMENT
public static final ExpressionAsStatement EMPTY_EXPRESSIONASSTATEMENT
-
-
Method Detail
-
create
public static ExpressionAsStatement create(Sql context) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static ExpressionAsStatement create(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static ExpressionAsStatement create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_name
public void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setParent_namein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_name
public String getParent_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getParent_namein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_package
public void setParent_package(String ref_parent_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setParent_packagein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_package
public String getParent_package() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getParent_packagein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBody_name
public void setBody_name(String ref_body_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setBody_namein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getBody_name
public String getBody_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getBody_namein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBlock_number
public void setBlock_number(String ref_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setBlock_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getBlock_number
public String getBlock_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getBlock_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getStatement_number
public String getStatement_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getStatement_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setStatement_number
public void setStatement_number(String ref_statement_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setStatement_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setExpression_number
public void setExpression_number(String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setExpression_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getExpression_number
public String getExpression_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getExpression_numberin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getId1
public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1()
- Specified by:
getId1in interfaceio.ciera.runtime.summit.classes.IModelInstance<ExpressionAsStatement,Sql>- Overrides:
getId1in classio.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
-
render
public void render() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
renderin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
validateExpressionType
public boolean validateExpressionType() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
validateExpressionTypein interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR451_is_a_Statement
public void setR451_is_a_Statement(Statement inst)
- Specified by:
setR451_is_a_Statementin interfaceExpressionAsStatement
-
R451_is_a_Statement
public Statement R451_is_a_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R451_is_a_Statementin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR476_executes_as_statement_Expression
public void setR476_executes_as_statement_Expression(Expression inst)
- Specified by:
setR476_executes_as_statement_Expressionin interfaceExpressionAsStatement
-
R476_executes_as_statement_Expression
public Expression R476_executes_as_statement_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R476_executes_as_statement_Expressionin interfaceExpressionAsStatement- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getRunContext
public io.ciera.runtime.summit.application.IRunContext getRunContext()
- Specified by:
getRunContextin interfaceio.ciera.runtime.summit.application.IActionHome<Sql>- Overrides:
getRunContextin classio.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
-
context
public Sql context()
- Specified by:
contextin interfaceio.ciera.runtime.summit.application.IActionHome<Sql>- Overrides:
contextin classio.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
-
getKeyLetters
public String getKeyLetters()
- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.statemachine.IEventTarget- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.classes.IModelInstance<ExpressionAsStatement,Sql>
-
self
public ExpressionAsStatement self()
- Specified by:
selfin interfaceio.ciera.runtime.summit.application.IInstanceActionHome<ExpressionAsStatement,Sql>
-
oneWhere
public ExpressionAsStatement oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
oneWherein interfaceio.ciera.runtime.summit.types.IXtumlType- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-