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

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

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

Fields in org.apache.qpid.client declared as AMQDestination.DestSyntax
protected  AMQDestination.DestSyntax AMQDestination._destSyntax
           
protected static AMQDestination.DestSyntax AMQDestination.defaultDestSyntax
           
 

Methods in org.apache.qpid.client that return AMQDestination.DestSyntax
static AMQDestination.DestSyntax AMQDestination.getDefaultDestSyntax()
           
 AMQDestination.DestSyntax AMQDestination.getDestSyntax()
           
static AMQDestination.DestSyntax AMQDestination.getDestType(String str)
           
static AMQDestination.DestSyntax AMQDestination.DestSyntax.getSyntaxType(String s)
           
static AMQDestination.DestSyntax AMQDestination.DestSyntax.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMQDestination.DestSyntax[] AMQDestination.DestSyntax.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.DestSyntax
protected  void AMQDestination.setDestSyntax(AMQDestination.DestSyntax syntax)
           
 



Licensed to the Apache Software Foundation