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.feature.Feature.Use

Packages that use Feature.Use
oracle.irm.engine.types.core.feature Feature related objects, enumerations and exceptions. 

 

Uses of Feature.Use in oracle.irm.engine.types.core.feature

 

Methods in oracle.irm.engine.types.core.feature that return Feature.Use
static Feature.Use Feature.Use.fromValue(String value)
          Get the enumeration value from a string.
 Feature.Use Feature.getUse()
          How this feature is obtained.
static Feature.Use Feature.Use.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Feature.Use[] Feature.Use.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.core.feature with parameters of type Feature.Use
 void Feature.setUse(Feature.Use value)
          How this feature is obtained.

 

Constructors in oracle.irm.engine.types.core.feature with parameters of type Feature.Use
Feature(String id, Feature.Use use, boolean record)
          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.