Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore.info
Class OpssBoolean

java.lang.Object
  extended by oracle.security.jps.service.policystore.info.DataType
      extended by oracle.security.jps.service.policystore.info.OpssBoolean

All Implemented Interfaces:
ExpressionComponent

public class OpssBoolean
extends DataType

The class stands for boolean data type which supported by OPSS policy store.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.policystore.info.ExpressionComponent
ExpressionComponent.Type

 

Constructor Summary
OpssBoolean(boolean val)
          Constructor

 

Method Summary
 boolean booleanValue()
          Returns the value of this Boolean object as a boolean primitive.
 boolean equals(java.lang.Object that)
           
 ExpressionComponent.Type getComponentType()
          Returns type of the component.
 java.lang.Class getRuntimeType()
          Gets runtime type
 int hashCode()
           
 boolean isValid()
           
 java.lang.String toString()
           
static OpssBoolean valueOf(java.lang.String str)
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OpssBoolean

public OpssBoolean(boolean val)
Constructor
Parameters:
val -

Method Detail

getRuntimeType

public java.lang.Class getRuntimeType()
Gets runtime type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

valueOf

public static OpssBoolean valueOf(java.lang.String str)

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

getComponentType

public ExpressionComponent.Type getComponentType()
Description copied from interface: ExpressionComponent
Returns type of the component.
Returns:

isValid

public boolean isValid()

booleanValue

public boolean booleanValue()
Returns the value of this Boolean object as a boolean primitive.
Returns:
the value of Boolean as boolean.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.