public static enum Network.Quota.QuotaId extends Enum<Network.Quota.QuotaId>
| Enum Constant and Description |
|---|
fileQuota |
fileUploadQuota |
personCountQuota |
personInternalOnlyCountQuota |
personNetworkAdminCountQuota |
siteCountQuota |
| Modifier and Type | Method and Description |
|---|---|
static Network.Quota.QuotaId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Network.Quota.QuotaId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Network.Quota.QuotaId fileUploadQuota
public static final Network.Quota.QuotaId fileQuota
public static final Network.Quota.QuotaId siteCountQuota
public static final Network.Quota.QuotaId personCountQuota
public static final Network.Quota.QuotaId personInternalOnlyCountQuota
public static final Network.Quota.QuotaId personNetworkAdminCountQuota
public static Network.Quota.QuotaId[] values()
for (Network.Quota.QuotaId c : Network.Quota.QuotaId.values()) System.out.println(c);
public static Network.Quota.QuotaId 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 nullCopyright © 2015 Alfresco Software Inc.. All Rights Reserved.