Uses of Class
org.apache.qpid.client.AMQDestination.AddressOption

Packages that use AMQDestination.AddressOption
org.apache.qpid.client   
 

Uses of AMQDestination.AddressOption in org.apache.qpid.client
 

Fields in org.apache.qpid.client declared as AMQDestination.AddressOption
protected  AMQDestination.AddressOption AMQDestination._assert
           
protected  AMQDestination.AddressOption AMQDestination._create
           
protected  AMQDestination.AddressOption AMQDestination._delete
           
 

Methods in org.apache.qpid.client that return AMQDestination.AddressOption
 AMQDestination.AddressOption AMQDestination.getAssert()
           
 AMQDestination.AddressOption AMQDestination.getCreate()
           
 AMQDestination.AddressOption AMQDestination.getDelete()
           
static AMQDestination.AddressOption AMQDestination.AddressOption.getOption(String str)
           
static AMQDestination.AddressOption AMQDestination.AddressOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMQDestination.AddressOption[] AMQDestination.AddressOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.client with parameters of type AMQDestination.AddressOption
 void AMQDestination.setAssert(AMQDestination.AddressOption option)
           
 void AMQDestination.setCreate(AMQDestination.AddressOption option)
           
 void AMQDestination.setDelete(AMQDestination.AddressOption option)
           
 



Licensed to the Apache Software Foundation