Class SelectedImpl
- All Implemented Interfaces:
io.ciera.runtime.summit.application.IActionHome<Sql>,io.ciera.runtime.summit.application.IInstanceActionHome<Selected,,Sql> io.ciera.runtime.summit.classes.IModelInstance<Selected,,Sql> io.ciera.runtime.summit.statemachine.IEventTarget,io.ciera.runtime.summit.types.IXtumlType,Selected,Comparable<Selected>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncontext()static Selectedstatic Selectedcreate(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String m_cast) static Selectedcreate(Sql context, String ref_parent_name, String ref_parent_package, String ref_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String m_cast) getCast()io.ciera.runtime.summit.classes.IInstanceIdentifiergetId1()getName()io.ciera.runtime.summit.application.IRunContextoneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) voidrender()self()voidsetBlock_number(String ref_block_number) voidvoidsetExpression_number(String ref_expression_number) voidvoidsetParent_name(String ref_parent_name) voidsetParent_package(String ref_parent_package) voidvoidsetStatement_number(String ref_statement_number) Methods inherited from class io.ciera.runtime.summit.classes.ModelInstance
accept, checkLiving, compareTo, delete, equals, getCurrentState, getId2, getId3, getInstanceId, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.ciera.runtime.summit.application.IActionHome
warnMethods inherited from interface io.ciera.runtime.summit.statemachine.IEventTarget
accept, getCurrentStateMethods inherited from interface io.ciera.runtime.summit.classes.IModelInstance
checkLiving, compareTo, delete, getId2, getId3, getInstanceId, isEmptyMethods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, serialize
-
Field Details
-
KEY_LETTERS
- See Also:
-
EMPTY_SELECTED
-
-
Method Details
-
create
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static Selected create(Sql context, String ref_parent_name, String ref_parent_package, String ref_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String m_cast) throws io.ciera.runtime.summit.exceptions.XtumlException - Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static Selected create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String m_cast) 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 interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_name
- Specified by:
getParent_namein interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getParent_package
- Specified by:
getParent_packagein interfaceSelected- 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 interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
-
getName
-
getBlock_number
- Specified by:
getBlock_numberin interfaceSelected- 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 interfaceSelected- 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 interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getStatement_number
- Specified by:
getStatement_numberin interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getExpression_number
- Specified by:
getExpression_numberin interfaceSelected- 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 interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getCast
-
setCast
-
getId1
public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1() -
render
public void render() throws io.ciera.runtime.summit.exceptions.XtumlException -
setR776_is_a_Expression
- Specified by:
setR776_is_a_Expressionin interfaceSelected
-
R776_is_a_Expression
- Specified by:
R776_is_a_Expressionin interfaceSelected- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getRunContext
public io.ciera.runtime.summit.application.IRunContext getRunContext() -
context
-
getKeyLetters
-
self
-
oneWhere
public Selected 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
-