blackboard.platform
Enum LicenseComponent
java.lang.Object
java.lang.Enum<LicenseComponent>
blackboard.platform.LicenseComponent
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<LicenseComponent>
public enum LicenseComponent
- extends java.lang.Enum<LicenseComponent>
- Since:
- Bb 7.2
- Version:
- $Revision: #1 $ $DateTime: 2007/06/27 15:51:53 $
|
Method Summary |
java.lang.String |
getId()
|
boolean |
isAvailable()
|
static LicenseComponent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LicenseComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BASIC_LEARNING
public static final LicenseComponent BASIC_LEARNING
BASIC_PLATFORM
public static final LicenseComponent BASIC_PLATFORM
BUILDING_BLOCKS
public static final LicenseComponent BUILDING_BLOCKS
COLLAB_SERVER
public static final LicenseComponent COLLAB_SERVER
ENTERPRISE_COMMUNITY
public static final LicenseComponent ENTERPRISE_COMMUNITY
ENTERPRISE_CONTENT_SYSTEM
public static final LicenseComponent ENTERPRISE_CONTENT_SYSTEM
ENTERPRISE_LEARNING
public static final LicenseComponent ENTERPRISE_LEARNING
ENTEPRISE_PLATFORM
public static final LicenseComponent ENTEPRISE_PLATFORM
ENTERPRISE_PORTAL
public static final LicenseComponent ENTERPRISE_PORTAL
ENTERPRISE_OUTCOMES
public static final LicenseComponent ENTERPRISE_OUTCOMES
INTEGRATION_APIS
public static final LicenseComponent INTEGRATION_APIS
OBSERVER_MANAGEMENT
public static final LicenseComponent OBSERVER_MANAGEMENT
SECURITY_SSL
public static final LicenseComponent SECURITY_SSL
SYSTEM_REPORTING
public static final LicenseComponent SYSTEM_REPORTING
USER_PROFILE_MANAGEMENT
public static final LicenseComponent USER_PROFILE_MANAGEMENT
VIRTUAL_INSTALLATIONS
public static final LicenseComponent VIRTUAL_INSTALLATIONS
WEB_EMAIL
public static final LicenseComponent WEB_EMAIL
WEBEQ
public static final LicenseComponent WEBEQ
values
public static final LicenseComponent[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(LicenseComponent c : LicenseComponent.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static LicenseComponent valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
getId
public java.lang.String getId()
- Returns:
isAvailable
public boolean isAvailable()
- Returns:
Copyright © 2003 Blackboard, Inc. All Rights Reserved.