public static enum AMQDestination.DestSyntax extends Enum<AMQDestination.DestSyntax>
Modifier and Type | Method and Description |
---|---|
String |
asPrefix() |
static AMQDestination.DestSyntax |
getSyntaxType(String s) |
static AMQDestination.DestSyntax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQDestination.DestSyntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQDestination.DestSyntax BURL
public static final AMQDestination.DestSyntax ADDR
public static AMQDestination.DestSyntax[] values()
for (AMQDestination.DestSyntax c : AMQDestination.DestSyntax.values()) System.out.println(c);
public static AMQDestination.DestSyntax valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AMQDestination.DestSyntax getSyntaxType(String s)
public String asPrefix()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.