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 Details

  • Method Details

    • 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
    • getParent_name

      public String getParent_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getParent_name in interface ExpressionAsStatement
      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_name in interface ExpressionAsStatement
      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_package in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getParent_package

      public String getParent_package() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getParent_package in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getBody_name

      public String getBody_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getBody_name in interface ExpressionAsStatement
      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_name in interface ExpressionAsStatement
      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_number in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getBlock_number

      public String getBlock_number() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getBlock_number in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getStatement_number

      public String getStatement_number() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getStatement_number in interface ExpressionAsStatement
      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_number in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getExpression_number

      public String getExpression_number() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getExpression_number in interface ExpressionAsStatement
      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_number in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getId1

      public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1()
      Specified by:
      getId1 in interface io.ciera.runtime.summit.classes.IModelInstance<ExpressionAsStatement,Sql>
      Overrides:
      getId1 in class io.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
    • render

      public void render() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      render in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • validateExpressionType

      public boolean validateExpressionType() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      validateExpressionType in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setR451_is_a_Statement

      public void setR451_is_a_Statement(Statement inst)
      Specified by:
      setR451_is_a_Statement in interface ExpressionAsStatement
    • R451_is_a_Statement

      public Statement R451_is_a_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      R451_is_a_Statement in interface ExpressionAsStatement
      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_Expression in interface ExpressionAsStatement
    • 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_Expression in interface ExpressionAsStatement
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getRunContext

      public io.ciera.runtime.summit.application.IRunContext getRunContext()
      Specified by:
      getRunContext in interface io.ciera.runtime.summit.application.IActionHome<Sql>
      Overrides:
      getRunContext in class io.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
    • context

      public Sql context()
      Specified by:
      context in interface io.ciera.runtime.summit.application.IActionHome<Sql>
      Overrides:
      context in class io.ciera.runtime.summit.classes.ModelInstance<ExpressionAsStatement,Sql>
    • getKeyLetters

      public String getKeyLetters()
      Specified by:
      getKeyLetters in interface io.ciera.runtime.summit.statemachine.IEventTarget
      Specified by:
      getKeyLetters in interface io.ciera.runtime.summit.classes.IModelInstance<ExpressionAsStatement,Sql>
    • self

      public ExpressionAsStatement self()
      Specified by:
      self in interface io.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:
      oneWhere in interface io.ciera.runtime.summit.types.IXtumlType
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException