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 OpssString

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

All Implemented Interfaces:
ExpressionComponent

public class OpssString
extends DataType

The class stands for string 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
OpssString(java.lang.String 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
 java.lang.String getValue()
          Returns the string value set in the object.
 int hashCode()
           
 boolean isValid()
           
 java.lang.String toString()
           
static OpssString valueOf(java.lang.String str)
           

 

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

 

Constructor Detail

OpssString

public OpssString(java.lang.String 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 OpssString 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()

getValue

public java.lang.String getValue()
Returns the string value set in the object.
Returns:

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.