org.fuin.examples.srcgen4javassist
Interface MyIntf


public interface MyIntf

Example interface to access the generated byte code class.


Method Summary
 java.lang.String getName()
          Returns the name.
 void sayHello()
          Say hello with name.
 void setName(java.lang.String name)
          Sets the name.
 

Method Detail

getName

java.lang.String getName()
Returns the name.

Returns:
Name.

setName

void setName(java.lang.String name)
Sets the name.

Parameters:
name - Name.

sayHello

void sayHello()
Say hello with name.



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.