public class org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput extends org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutput
{
public java.util.List keys;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutput: void <init>()>();
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.ServiceOutputVisitor: java.lang.Object visitTdsServiceOutput(org.finos.legend.engine.protocol.pure.v.model.packageableElement.persistence.service.output.TdsServiceOutput)>(v);
return v;
}
}