public enum NetworkSubscriptionLevel extends Enum<NetworkSubscriptionLevel>
| Enum Constant and Description |
|---|
ENTERPRISE |
FREE |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NetworkSubscriptionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkSubscriptionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkSubscriptionLevel FREE
public static final NetworkSubscriptionLevel STANDARD
public static final NetworkSubscriptionLevel ENTERPRISE
public static NetworkSubscriptionLevel[] values()
for (NetworkSubscriptionLevel c : NetworkSubscriptionLevel.values()) System.out.println(c);
public static NetworkSubscriptionLevel 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 toString()
toString in class Enum<NetworkSubscriptionLevel>Copyright © 2005–2019 Alfresco Software. All rights reserved.