public enum DesignID extends Enum<DesignID>
| Enum Constant and Description |
|---|
accounting_storage_status |
AggregatedServiceUsageRecord |
JobUsageRecord |
ServiceUsageRecord |
StorageUsageRecord |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesignName() |
String |
getViewName() |
static DesignID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesignID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesignID accounting_storage_status
public static final DesignID StorageUsageRecord
public static final DesignID ServiceUsageRecord
public static final DesignID AggregatedServiceUsageRecord
public static final DesignID JobUsageRecord
public static DesignID[] values()
for (DesignID c : DesignID.values()) System.out.println(c);
public static DesignID 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 String getDesignName()
public String getViewName()
Copyright © 2022. All Rights Reserved.