public static enum BulkUpdateAttributeDetail.AttributeNameSpace extends Enum<BulkUpdateAttributeDetail.AttributeNameSpace> implements BmcEnum
Namespace of the attribute for which the properties are to be updated.
Modifier and Type | Method and Description |
---|---|
static BulkUpdateAttributeDetail.AttributeNameSpace |
create(String key) |
String |
getValue() |
static BulkUpdateAttributeDetail.AttributeNameSpace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkUpdateAttributeDetail.AttributeNameSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkUpdateAttributeDetail.AttributeNameSpace Traces
public static final BulkUpdateAttributeDetail.AttributeNameSpace Synthetic
public static BulkUpdateAttributeDetail.AttributeNameSpace[] values()
for (BulkUpdateAttributeDetail.AttributeNameSpace c : BulkUpdateAttributeDetail.AttributeNameSpace.values()) System.out.println(c);
public static BulkUpdateAttributeDetail.AttributeNameSpace 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 BulkUpdateAttributeDetail.AttributeNameSpace create(String key)
Copyright © 2016–2024. All rights reserved.