All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ciera.tool.templateengine.rsl.Y_ElseStatementSet Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.rsl;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.templateengine.rsl.Y_LineSet;


public interface Y_ElseStatementSet extends IInstanceSet {

    // attributes
    public void setELSE( String m_ELSE ) throws XtumlException;
    public void setParent_node_id( int ref_parent_node_id ) throws XtumlException;
    public void setNEWLINE( String m_NEWLINE ) throws XtumlException;
    public void setNode_id( int m_node_id ) throws XtumlException;


    // selections
    public Y_LineSet R3055_is_a_Y_Line() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy