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

Enclosing class:
TestDuckTypeProxy

public static interface TestDuckTypeProxy.MyInterface


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

Method Detail

getString

String getString()

getLong

Long getLong()

getInteger

Integer getInteger()

get

String get(String string)

get

String get(Integer integer)

getStuffed

String getStuffed()
                  throws SQLException
Throws:
SQLException


Copyright © 2015 Atlassian. All rights reserved.