public static enum RestConfiguration.Keys extends Enum<RestConfiguration.Keys> implements Configuration.Property
Configuration.Property.Builder| Enum Constant and Description |
|---|
STREAMING_SERIALIZATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
List<String> |
getEnvironmentVariableNames() |
String |
getPropertyName() |
List<String> |
getSystemPropertyNames() |
static RestConfiguration.Keys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestConfiguration.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuilderpublic static final RestConfiguration.Keys STREAMING_SERIALIZATION
public static RestConfiguration.Keys[] values()
for (RestConfiguration.Keys c : RestConfiguration.Keys.values()) System.out.println(c);
public static RestConfiguration.Keys 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 getPropertyName()
getPropertyName in interface Configuration.Propertypublic String getDefaultValue()
public List<String> getSystemPropertyNames()
getSystemPropertyNames in interface Configuration.Propertypublic List<String> getEnvironmentVariableNames()
getEnvironmentVariableNames in interface Configuration.PropertyCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.