Uses of Class
org.neociclo.odetteftp.protocol.DeliveryNotification.EndResponseType

Packages that use DeliveryNotification.EndResponseType
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v20   
 

Uses of DeliveryNotification.EndResponseType in org.neociclo.odetteftp.protocol
 

Methods in org.neociclo.odetteftp.protocol that return DeliveryNotification.EndResponseType
 DeliveryNotification.EndResponseType DeliveryNotification.getType()
           
 DeliveryNotification.EndResponseType DefaultDeliveryNotification.getType()
           
static DeliveryNotification.EndResponseType DeliveryNotification.EndResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeliveryNotification.EndResponseType[] DeliveryNotification.EndResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.neociclo.odetteftp.protocol with parameters of type DeliveryNotification.EndResponseType
DefaultDeliveryNotification(DeliveryNotification.EndResponseType type)
           
 

Uses of DeliveryNotification.EndResponseType in org.neociclo.odetteftp.protocol.v20
 

Constructors in org.neociclo.odetteftp.protocol.v20 with parameters of type DeliveryNotification.EndResponseType
DefaultSignedDeliveryNotification(DeliveryNotification.EndResponseType type)
           
 



ACCORD