|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<License.Availability>
oracle.irm.engine.core.license.License.Availability
public static enum License.Availability
License availability status options. When a license is checked for availability a status result is returned. This enumeration contains the possible reasons why a license is not available.
| Enum Constant Summary | |
|---|---|
AVAILABLELicense is available. |
|
ON_DEMANDLicense may be available on demand. |
|
UNAVAILABLE_CLASSIFICATIONLicense does not match the classification. |
|
UNAVAILABLE_DESTINATIONClassification is not a trusted destination. |
|
UNAVAILABLE_FEATURELicense does not support feature. |
|
UNAVAILABLE_IN_USELicense is in-use on another device. |
|
UNAVAILABLE_KEY_SETLicense does not allow use of the key set specified in the classification. |
|
UNAVAILABLE_REFRESHLicense requires refresh. |
|
UNAVAILABLE_TIMELicense is not available due to a time restriction. |
|
| Method Summary | |
|---|---|
static License.Availability |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static License.Availability[] |
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 |
|---|
public static final License.Availability AVAILABLE
public static final License.Availability ON_DEMAND
public static final License.Availability UNAVAILABLE_FEATURE
public static final License.Availability UNAVAILABLE_TIME
public static final License.Availability UNAVAILABLE_DESTINATION
public static final License.Availability UNAVAILABLE_IN_USE
public static final License.Availability UNAVAILABLE_CLASSIFICATION
public static final License.Availability UNAVAILABLE_REFRESH
public static final License.Availability UNAVAILABLE_KEY_SET
| Method Detail |
|---|
public static License.Availability[] values()
for (License.Availability c : License.Availability.values())
System.out.println(c);
public static License.Availability 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 null
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||