
io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgument Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.message;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.component.PropertyParameter;
import io.ciera.tool.sql.ooaofooa.message.MessageArgument;
public interface ExecutablePropertyArgument extends IModelInstance {
// attributes
public UniqueId getArg_ID() throws XtumlException;
public void setArg_ID( UniqueId ref_Arg_ID ) throws XtumlException;
public UniqueId getPP_Id() throws XtumlException;
public void setPP_Id( UniqueId ref_PP_Id ) throws XtumlException;
// operations
// selections
default public void setR1013_is_a_MessageArgument( MessageArgument inst ) {}
public MessageArgument R1013_is_a_MessageArgument() throws XtumlException;
default public void setR1023_is_represented_by_PropertyParameter( PropertyParameter inst ) {}
public PropertyParameter R1023_is_represented_by_PropertyParameter() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy