public static enum Subscription.SubscriptionOwner extends Enum<Subscription.SubscriptionOwner>
| Enum Constant and Description |
|---|
Metric |
MetricType |
Tenant |
| Modifier and Type | Method and Description |
|---|---|
static Set<Subscription.SubscriptionOwner> |
getAllDefined() |
static Subscription.SubscriptionOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription.SubscriptionOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Subscription.SubscriptionOwner Tenant
public static final Subscription.SubscriptionOwner MetricType
public static final Subscription.SubscriptionOwner Metric
public static Subscription.SubscriptionOwner[] values()
for (Subscription.SubscriptionOwner c : Subscription.SubscriptionOwner.values()) System.out.println(c);
public static Subscription.SubscriptionOwner 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 Set<Subscription.SubscriptionOwner> getAllDefined()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.