Class InterfaceImpl

java.lang.Object
  extended by InterfaceImpl
All Implemented Interfaces:
Interface

public class InterfaceImpl
extends java.lang.Object
implements Interface


Constructor Summary
InterfaceImpl()
           
 
Method Summary
 java.lang.Integer getInteger()
           
 java.lang.Object getNull()
           
 boolean getPrimitiveBool()
           
 int getPrimitiveInt()
           
 java.lang.String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceImpl

public InterfaceImpl()
Method Detail

getString

public java.lang.String getString()
Specified by:
getString in interface Interface

getInteger

public java.lang.Integer getInteger()
Specified by:
getInteger in interface Interface

getPrimitiveInt

public int getPrimitiveInt()
Specified by:
getPrimitiveInt in interface Interface

getPrimitiveBool

public boolean getPrimitiveBool()
Specified by:
getPrimitiveBool in interface Interface

getNull

public java.lang.Object getNull()
Specified by:
getNull in interface Interface