Uses of Class
org.openliberty.xmltooling.pp.dst2_1.ct.AddrType.Type

Packages that use AddrType.Type
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.pp.dst2_1.ct   
 

Uses of AddrType.Type in org.openliberty.wsc
 

Methods in org.openliberty.wsc with parameters of type AddrType.Type
 java.util.List<AddressCard> PersonalProfileService.addressCardsForAddressType(AddrType.Type addressType)
          Selection of AddressCard by an exact match on the contents of a leaf element for the following leaf elements: pp:AddrType
 

Uses of AddrType.Type in org.openliberty.xmltooling.pp.dst2_1.ct
 

Methods in org.openliberty.xmltooling.pp.dst2_1.ct that return AddrType.Type
static AddrType.Type AddrType.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AddrType.Type[] AddrType.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.