public static final class MetadataService.CustomizableProperty extends Enum
Modifier and Type | Field and Description |
---|---|
static MetadataService.CustomizableProperty |
AsyncRequestTimeout |
static MetadataService.CustomizableProperty |
EnableTimeStatistics |
static MetadataService.CustomizableProperty |
EnableTrace |
static MetadataService.CustomizableProperty |
LogicalClusterName |
static MetadataService.CustomizableProperty |
Priority |
static MetadataService.CustomizableProperty |
RequestCategory |
static MetadataService.CustomizableProperty |
Retries |
Modifier and Type | Method and Description |
---|---|
static MetadataService.CustomizableProperty |
fromName(String name)
Gets the CustomizableProperty for a string representing the
property name.
|
String |
getName()
Gets the property name for this customizable property.
|
static MetadataService.CustomizableProperty |
getProperty(String name)
Gets the CustomizableProperty for a string representing the
property name.
|
Class |
getType()
Gets the data type for this customizable property.
|
String |
toString()
Equivalent to
getName . |
static MetadataService.CustomizableProperty |
valueOf(String name) |
static MetadataService.CustomizableProperty[] |
values() |
public static final MetadataService.CustomizableProperty Retries
public static final MetadataService.CustomizableProperty Priority
public static final MetadataService.CustomizableProperty RequestCategory
public static final MetadataService.CustomizableProperty EnableTrace
public static final MetadataService.CustomizableProperty EnableTimeStatistics
public static final MetadataService.CustomizableProperty AsyncRequestTimeout
public static final MetadataService.CustomizableProperty LogicalClusterName
public static MetadataService.CustomizableProperty[] values()
public static MetadataService.CustomizableProperty valueOf(String name)
public final String getName()
public final Class getType()
public static final MetadataService.CustomizableProperty fromName(String name)
name
- the string to match. This value should match
the value (case-sensitive) returned by getName
for one of the enum values.null
if name
does not match a supported name.public static final MetadataService.CustomizableProperty getProperty(String name)
name
- the string to match. This value should match
the value (case-insensitive) returned by getName
for one of the enum values.null
if name
does not match a supported name.