Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Class
oracle.irm.engine.types.core.license.License.Availability

Packages that use License.Availability
oracle.irm.engine.types.core.license License related objects, enumerations and exceptions. 

 

Uses of License.Availability in oracle.irm.engine.types.core.license

 

Methods in oracle.irm.engine.types.core.license that return License.Availability
static License.Availability License.Availability.fromValue(String value)
          Get the enumeration value from a string.
 License.Availability LicenseStatus.getAvailability()
          License availability.
static License.Availability License.Availability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static License.Availability[] License.Availability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.core.license with parameters of type License.Availability
 void LicenseStatus.setAvailability(License.Availability value)
          License availability.

 

Constructors in oracle.irm.engine.types.core.license with parameters of type License.Availability
LicenseStatus(License license, License.Availability availability)
          Constructor.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.