Skip navigation links

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

E12907-01


Uses of Class
oracle.irm.engine.types.core.account.Account.Type

Packages that use Account.Type
oracle.irm.engine.types.core.account Account related objects, enumerations and exceptions. 

 

Uses of Account.Type in oracle.irm.engine.types.core.account

 

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

 

Methods in oracle.irm.engine.types.core.account with parameters of type Account.Type
 void Account.setType(Account.Type value)
          The type of account.

 

Constructors in oracle.irm.engine.types.core.account with parameters of type Account.Type
Account(String uuid, String name, Account.Type type)
          Constructor.

 


Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.