org.springframework.social.alfresco.api.entities
Enum Network.Quota.QuotaId

java.lang.Object
  extended by java.lang.Enum<Network.Quota.QuotaId>
      extended by 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>


Enum Constant Summary
fileQuota
           
fileUploadQuota
           
personCountQuota
           
personInternalOnlyCountQuota
           
personNetworkAdminCountQuota
           
siteCountQuota
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.