Uses of Interface
com.wm.app.tn.profile.FieldGroup

Packages that use FieldGroup
com.wm.app.tn.profile   
 

Uses of FieldGroup in com.wm.app.tn.profile
 

Classes in com.wm.app.tn.profile that implement FieldGroup
 class Address
          An address on the profile.
 class Contact
          A Contact for a partner on the trading network.
 class Corporation
          All the corporate fields for a partner on the trading network.
 class Destination
          A partner's destination that can be used to send documents to the partner.
 class ID
          An external ID for a partner (e.g.
 

Methods in com.wm.app.tn.profile that return FieldGroup
static FieldGroup[] ArrayVector.fieldgroupToArray(java.util.Vector v)
           
 

Methods in com.wm.app.tn.profile with parameters of type FieldGroup
static java.util.Vector ArrayVector.fieldgroupToVector(FieldGroup[] ary)