public class LiteralImpl extends io.ciera.runtime.summit.classes.ModelInstance<Literal,Sql> implements Literal
| Modifier and Type | Field and Description |
|---|---|
static Literal |
EMPTY_LITERAL |
static String |
KEY_LETTERS |
| Modifier and Type | Method and Description |
|---|---|
Sql |
context() |
static Literal |
create(Sql context) |
static Literal |
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,
String m_value) |
String |
getBlock_number() |
String |
getBody_name() |
String |
getExpression_number() |
io.ciera.runtime.summit.classes.IInstanceIdentifier |
getId1() |
String |
getKeyLetters() |
String |
getParent_name() |
String |
getParent_package() |
io.ciera.runtime.summit.application.IRunContext |
getRunContext() |
String |
getStatement_number() |
String |
getValue() |
Literal |
oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) |
Expression |
R776_is_a_Expression() |
void |
render() |
Literal |
self() |
void |
setBlock_number(String ref_block_number) |
void |
setBody_name(String ref_body_name) |
void |
setExpression_number(String ref_expression_number) |
void |
setParent_name(String ref_parent_name) |
void |
setParent_package(String ref_parent_package) |
void |
setR776_is_a_Expression(Expression inst) |
void |
setStatement_number(String ref_statement_number) |
void |
setValue(String m_value) |
accept, checkLiving, compareTo, delete, equals, getCurrentState, getId2, getId3, getInstanceId, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcheckLiving, compareTo, delete, getId2, getId3, getInstanceId, isEmptypublic static final String KEY_LETTERS
public static final Literal EMPTY_LITERAL
public static Literal create(Sql context) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static Literal 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, String m_value) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException
setParent_name in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getParent_name() throws io.ciera.runtime.summit.exceptions.XtumlException
getParent_name in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getParent_package() throws io.ciera.runtime.summit.exceptions.XtumlException
getParent_package in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setParent_package(String ref_parent_package) throws io.ciera.runtime.summit.exceptions.XtumlException
setParent_package in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setBody_name(String ref_body_name) throws io.ciera.runtime.summit.exceptions.XtumlException
setBody_name in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getBody_name() throws io.ciera.runtime.summit.exceptions.XtumlException
getBody_name in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getBlock_number() throws io.ciera.runtime.summit.exceptions.XtumlException
getBlock_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setBlock_number(String ref_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
setBlock_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getStatement_number() throws io.ciera.runtime.summit.exceptions.XtumlException
getStatement_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setStatement_number(String ref_statement_number) throws io.ciera.runtime.summit.exceptions.XtumlException
setStatement_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic void setExpression_number(String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
setExpression_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getExpression_number() throws io.ciera.runtime.summit.exceptions.XtumlException
getExpression_number in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String getValue() throws io.ciera.runtime.summit.exceptions.XtumlException
public void setValue(String m_value) throws io.ciera.runtime.summit.exceptions.XtumlException
public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1()
public void render()
throws io.ciera.runtime.summit.exceptions.XtumlException
public void setR776_is_a_Expression(Expression inst)
setR776_is_a_Expression in interface Literalpublic Expression R776_is_a_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
R776_is_a_Expression in interface Literalio.ciera.runtime.summit.exceptions.XtumlExceptionpublic io.ciera.runtime.summit.application.IRunContext getRunContext()
public Sql context()
public String getKeyLetters()
public Literal self()
public Literal oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) throws io.ciera.runtime.summit.exceptions.XtumlException
oneWhere in interface io.ciera.runtime.summit.types.IXtumlTypeio.ciera.runtime.summit.exceptions.XtumlExceptionCopyright © 2021. All rights reserved.