Class UnrelateSmtImpl
- java.lang.Object
-
- io.ciera.runtime.summit.classes.ModelInstance<UnrelateSmt,Sql>
-
- io.ciera.tool.sql.architecture.statement.impl.UnrelateSmtImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.application.IActionHome<Sql>,io.ciera.runtime.summit.application.IInstanceActionHome<UnrelateSmt,Sql>,io.ciera.runtime.summit.classes.IModelInstance<UnrelateSmt,Sql>,io.ciera.runtime.summit.statemachine.IEventTarget,io.ciera.runtime.summit.types.IXtumlType,UnrelateSmt,Comparable<UnrelateSmt>
public class UnrelateSmtImpl extends io.ciera.runtime.summit.classes.ModelInstance<UnrelateSmt,Sql> implements UnrelateSmt
-
-
Field Summary
Fields Modifier and Type Field Description static UnrelateSmtEMPTY_UNRELATESMTstatic StringKEY_LETTERS
-
Method Summary
-
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_UNRELATESMT
public static final UnrelateSmt EMPTY_UNRELATESMT
-
-
Method Detail
-
create
public static UnrelateSmt create(Sql context) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static UnrelateSmt 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_part_expression_number, String ref_form_expression_number, String ref_rel_name, String ref_comp_name, String ref_comp_package) 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 interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_name
public String getParent_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getParent_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_package
public String getParent_package() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getParent_packagein interfaceUnrelateSmt- 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 interfaceUnrelateSmt- 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 interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getBody_name
public String getBody_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getBody_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getBlock_number
public String getBlock_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getBlock_numberin interfaceUnrelateSmt- 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 interfaceUnrelateSmt- 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 interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getStatement_number
public String getStatement_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getStatement_numberin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_expression_number
public void setPart_expression_number(String ref_part_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPart_expression_numberin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_expression_number
public String getPart_expression_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getPart_expression_numberin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_expression_number
public String getForm_expression_number() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getForm_expression_numberin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_expression_number
public void setForm_expression_number(String ref_form_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setForm_expression_numberin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setRel_name
public void setRel_name(String ref_rel_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setRel_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getRel_name
public String getRel_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getRel_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getComp_name
public String getComp_name() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getComp_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_name
public void setComp_name(String ref_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_namein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getComp_package
public String getComp_package() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
getComp_packagein interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_package
public void setComp_package(String ref_comp_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_packagein interfaceUnrelateSmt- 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<UnrelateSmt,Sql>- Overrides:
getId1in classio.ciera.runtime.summit.classes.ModelInstance<UnrelateSmt,Sql>
-
render
public void render() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
renderin interfaceUnrelateSmt- 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 interfaceUnrelateSmt
-
R451_is_a_Statement
public Statement R451_is_a_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R451_is_a_Statementin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR482_unrelates_participating_Expression
public void setR482_unrelates_participating_Expression(Expression inst)
- Specified by:
setR482_unrelates_participating_Expressionin interfaceUnrelateSmt
-
R482_unrelates_participating_Expression
public Expression R482_unrelates_participating_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R482_unrelates_participating_Expressionin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR483_unrelates_formalizing_Expression
public void setR483_unrelates_formalizing_Expression(Expression inst)
- Specified by:
setR483_unrelates_formalizing_Expressionin interfaceUnrelateSmt
-
R483_unrelates_formalizing_Expression
public Expression R483_unrelates_formalizing_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R483_unrelates_formalizing_Expressionin interfaceUnrelateSmt- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR484_deletes_instances_of_ClassRelationship
public void setR484_deletes_instances_of_ClassRelationship(ClassRelationship inst)
- Specified by:
setR484_deletes_instances_of_ClassRelationshipin interfaceUnrelateSmt
-
R484_deletes_instances_of_ClassRelationship
public ClassRelationship R484_deletes_instances_of_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R484_deletes_instances_of_ClassRelationshipin interfaceUnrelateSmt- 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<UnrelateSmt,Sql>
-
context
public Sql context()
- Specified by:
contextin interfaceio.ciera.runtime.summit.application.IActionHome<Sql>- Overrides:
contextin classio.ciera.runtime.summit.classes.ModelInstance<UnrelateSmt,Sql>
-
getKeyLetters
public String getKeyLetters()
- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.statemachine.IEventTarget- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.classes.IModelInstance<UnrelateSmt,Sql>
-
self
public UnrelateSmt self()
- Specified by:
selfin interfaceio.ciera.runtime.summit.application.IInstanceActionHome<UnrelateSmt,Sql>
-
oneWhere
public UnrelateSmt 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
-
-