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