py4j.examples
Class ExampleClass

java.lang.Object
  extended by py4j.examples.ExampleClass

public class ExampleClass
extends Object


Constructor Summary
ExampleClass()
           
 
Method Summary
 int getField1()
           
 List<String> getList(int i)
           
 int method1()
           
 void method2(String param1)
           
 String method3(int param1, boolean param2)
           
 ExampleClass method4(char param1)
           
 ExampleClass method4(String param1)
           
 int method5(ExampleClass param1)
           
 ExampleClass method6(char param1)
           
 void setField1(int field1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleClass

public ExampleClass()
Method Detail

method1

public int method1()

method2

public void method2(String param1)

getList

public List<String> getList(int i)

method3

public String method3(int param1,
                      boolean param2)

method4

public ExampleClass method4(char param1)

method4

public ExampleClass method4(String param1)

method5

public int method5(ExampleClass param1)

getField1

public int getField1()

setField1

public void setField1(int field1)

method6

public ExampleClass method6(char param1)