org.springframework.social.alfresco.api.entities
Enum Network.Quota.QuotaId
java.lang.Object
java.lang.Enum<Network.Quota.QuotaId>
org.springframework.social.alfresco.api.entities.Network.Quota.QuotaId
- All Implemented Interfaces:
- Serializable, Comparable<Network.Quota.QuotaId>
- Enclosing class:
- Network.Quota
public static enum Network.Quota.QuotaId
- extends Enum<Network.Quota.QuotaId>
fileUploadQuota
public static final Network.Quota.QuotaId fileUploadQuota
fileQuota
public static final Network.Quota.QuotaId fileQuota
siteCountQuota
public static final Network.Quota.QuotaId siteCountQuota
personCountQuota
public static final Network.Quota.QuotaId personCountQuota
personInternalOnlyCountQuota
public static final Network.Quota.QuotaId personInternalOnlyCountQuota
personNetworkAdminCountQuota
public static final Network.Quota.QuotaId personNetworkAdminCountQuota
values
public static Network.Quota.QuotaId[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Network.Quota.QuotaId c : Network.Quota.QuotaId.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Network.Quota.QuotaId valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.