public static enum RestBulk.ElementType extends Enum<RestBulk.ElementType>
| Enum Constant and Description |
|---|
dataEntity |
environment |
feed |
metadataPack |
metric |
metricType |
operationType |
relationship |
resource |
resourceType |
| Modifier and Type | Method and Description |
|---|---|
static RestBulk.ElementType |
ofBlueprintType(Class<?> type) |
static RestBulk.ElementType |
ofSegmentType(org.hawkular.inventory.paths.SegmentType type) |
static RestBulk.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestBulk.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestBulk.ElementType environment
public static final RestBulk.ElementType resourceType
public static final RestBulk.ElementType metricType
public static final RestBulk.ElementType operationType
public static final RestBulk.ElementType feed
public static final RestBulk.ElementType metric
public static final RestBulk.ElementType resource
public static final RestBulk.ElementType dataEntity
public static final RestBulk.ElementType metadataPack
public static final RestBulk.ElementType relationship
public static RestBulk.ElementType[] values()
for (RestBulk.ElementType c : RestBulk.ElementType.values()) System.out.println(c);
public static RestBulk.ElementType 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 RestBulk.ElementType ofSegmentType(org.hawkular.inventory.paths.SegmentType type)
public static RestBulk.ElementType ofBlueprintType(Class<?> type)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.