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 OpssInteger

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

All Implemented Interfaces:
ExpressionComponent

public class OpssInteger
extends DataType

The class stands for integer 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
OpssInteger(int val)
          Constructor

 

Method Summary
 boolean equals(java.lang.Object that)
           
 ExpressionComponent.Type getComponentType()
          Returns type of the component.
 java.lang.Class getRuntimeType()
          Gets runtime type
 int hashCode()
           
 int intValue()
          Returns the value of this Integer as an int.
 boolean isValid()
           
 java.lang.String toString()
           
static OpssInteger valueOf(java.lang.String str)
           

 

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

 

Constructor Detail

OpssInteger

public OpssInteger(int 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 OpssInteger 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()

intValue

public int intValue()
Returns the value of this Integer as an int.
Returns:
the value of Integer as an int.

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.