public enum QuotaType extends Enum<QuotaType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckManager() |
Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> |
getQuotaTypeClass() |
static QuotaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaType STORAGE
public static final QuotaType SERVICE
public static QuotaType[] values()
for (QuotaType c : QuotaType.values()) System.out.println(c);
public static QuotaType 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 Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> getQuotaTypeClass()
public String getCheckManager()
Copyright © 2017. All Rights Reserved.