public static enum Configuration.Property extends Enum<Configuration.Property>
| Enum Constant and Description |
|---|
CONNECTION_FACTORY_JNDI_NAME |
INVENTORY_CHANGES_TOPIC_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getPropertyName() |
static boolean |
isValid(String name) |
static Configuration.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.Property CONNECTION_FACTORY_JNDI_NAME
public static final Configuration.Property INVENTORY_CHANGES_TOPIC_NAME
public static Configuration.Property[] values()
for (Configuration.Property c : Configuration.Property.values()) System.out.println(c);
public static Configuration.Property 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 String getDefaultValue()
public String getPropertyName()
public static boolean isValid(String name)
Copyright © 2015 Red Hat, Inc.. All rights reserved.