public static enum InventoryStructure.EntityType extends Enum<InventoryStructure.EntityType>
| Enum Constant and Description |
|---|
dataEntity |
feed |
metric |
metricType |
operationType |
resource |
resourceType |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Entity.Blueprint> |
blueprintType |
Class<? extends Entity> |
elementType |
SegmentType |
segmentType |
| Modifier and Type | Method and Description |
|---|---|
static InventoryStructure.EntityType |
of(Class<?> type) |
static InventoryStructure.EntityType |
of(SegmentType seg) |
static InventoryStructure.EntityType |
ofBlueprint(Class<?> type) |
static boolean |
supports(SegmentType seg) |
static InventoryStructure.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryStructure.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryStructure.EntityType feed
public static final InventoryStructure.EntityType resourceType
public static final InventoryStructure.EntityType metricType
public static final InventoryStructure.EntityType operationType
public static final InventoryStructure.EntityType metric
public static final InventoryStructure.EntityType resource
public static final InventoryStructure.EntityType dataEntity
public final Class<? extends Entity.Blueprint> blueprintType
public final SegmentType segmentType
public static InventoryStructure.EntityType[] values()
for (InventoryStructure.EntityType c : InventoryStructure.EntityType.values()) System.out.println(c);
public static InventoryStructure.EntityType 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 InventoryStructure.EntityType of(Class<?> type)
public static InventoryStructure.EntityType of(SegmentType seg)
public static boolean supports(SegmentType seg)
public static InventoryStructure.EntityType ofBlueprint(Class<?> type)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.