Uses of Class
it.sistematica.isharedoc.model.instance.ContactInstance.DeliveryMode

Packages that use ContactInstance.DeliveryMode
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.instance   
 

Uses of ContactInstance.DeliveryMode in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return ContactInstance.DeliveryMode
 ContactInstance.DeliveryMode InstanceAction.ContactInfo.getDeliveryMode()
           
 ContactInstance.DeliveryMode ContactInstanceAction.getDeliveryMode()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type ContactInstance.DeliveryMode
 java.util.List<ContactInstance.DeliveryMode> ContactInstanceAction.getDeliveryModes()
           
 

Methods in it.sistematica.isharedoc.action.workgroup with parameters of type ContactInstance.DeliveryMode
 void InstanceAction.ContactInfo.setDeliveryMode(ContactInstance.DeliveryMode deliveryMode)
           
 void ContactInstanceAction.setDeliveryMode(ContactInstance.DeliveryMode deliveryMode)
           
 

Uses of ContactInstance.DeliveryMode in it.sistematica.isharedoc.model.instance
 

Fields in it.sistematica.isharedoc.model.instance declared as ContactInstance.DeliveryMode
protected  ContactInstance.DeliveryMode ContactInstance.deliveryMode
           
 

Methods in it.sistematica.isharedoc.model.instance that return ContactInstance.DeliveryMode
 ContactInstance.DeliveryMode ContactInstance.getDeliveryMode()
           
static ContactInstance.DeliveryMode ContactInstance.DeliveryMode.parse(java.lang.String code)
           
static ContactInstance.DeliveryMode ContactInstance.DeliveryMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContactInstance.DeliveryMode[] ContactInstance.DeliveryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.model.instance with parameters of type ContactInstance.DeliveryMode
 void ContactInstance.setDeliveryMode(ContactInstance.DeliveryMode deliveryMode)