ma.glasnost.orika.test.property
Interface IntrospectorResolverTestCase.Address

All Known Implementing Classes:
IntrospectorResolverTestCase.PostalAddress
Enclosing class:
IntrospectorResolverTestCase

public static interface IntrospectorResolverTestCase.Address


Method Summary
 String getCity()
           
 String getCountry()
           
 String getPostalCode()
           
 String getStreet()
           
 String getSubnational()
           
 

Method Detail

getStreet

String getStreet()

getCity

String getCity()

getSubnational

String getSubnational()

getPostalCode

String getPostalCode()

getCountry

String getCountry()


Copyright © 2012 Glasnost. All Rights Reserved.