com.atlassian.core.test.util
Interface TestDuckTypeProxy.MyInterface

Enclosing class:
TestDuckTypeProxy

public static interface TestDuckTypeProxy.MyInterface


Method Summary
 java.lang.String get(java.lang.Integer integer)
           
 java.lang.String get(java.lang.String string)
           
 java.lang.Integer getInteger()
           
 java.lang.Long getLong()
           
 java.lang.String getString()
           
 java.lang.String getStuffed()
           
 

Method Detail

getString

java.lang.String getString()

getLong

java.lang.Long getLong()

getInteger

java.lang.Integer getInteger()

get

java.lang.String get(java.lang.String string)

get

java.lang.String get(java.lang.Integer integer)

getStuffed

java.lang.String getStuffed()
                            throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.