public class org.apache.activemq.protobuf.compiler.MethodDescriptor extends java.lang.Object
{
private final org.apache.activemq.protobuf.compiler.ProtoDescriptor protoDescriptor;
private java.lang.String name;
private java.lang.String parameter;
private java.lang.String returns;
public void <init>(org.apache.activemq.protobuf.compiler.ProtoDescriptor)
{
org.apache.activemq.protobuf.compiler.ProtoDescriptor v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v := @parameter: org.apache.activemq.protobuf.compiler.ProtoDescriptor;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: org.apache.activemq.protobuf.compiler.ProtoDescriptor protoDescriptor> = v;
return;
}
public void setName(java.lang.String)
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v := @parameter: java.lang.String;
v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String name> = v;
return;
}
public void setParameter(java.lang.String)
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v := @parameter: java.lang.String;
v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String parameter> = v;
return;
}
public void setReturns(java.lang.String)
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v := @parameter: java.lang.String;
v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String returns> = v;
return;
}
public org.apache.activemq.protobuf.compiler.ProtoDescriptor getProtoDescriptor()
{
org.apache.activemq.protobuf.compiler.ProtoDescriptor v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v = v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: org.apache.activemq.protobuf.compiler.ProtoDescriptor protoDescriptor>;
return v;
}
public java.lang.String getName()
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v = v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String name>;
return v;
}
public java.lang.String getParameter()
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v = v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String parameter>;
return v;
}
public java.lang.String getReturns()
{
java.lang.String v;
org.apache.activemq.protobuf.compiler.MethodDescriptor v;
v := @this: org.apache.activemq.protobuf.compiler.MethodDescriptor;
v = v.<org.apache.activemq.protobuf.compiler.MethodDescriptor: java.lang.String returns>;
return v;
}
}