|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.service.policystore.info.DataType
oracle.security.jps.service.policystore.info.OpssInteger
public class OpssInteger
The class stands for integer data type which supported by OPSS policy store.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.security.jps.service.policystore.info.DataType |
|---|
DataType.TYPE |
| Nested classes/interfaces inherited from interface oracle.security.jps.service.policystore.info.ExpressionComponent |
|---|
ExpressionComponent.Type |
| Constructor Summary | |
|---|---|
OpssInteger(int val)Constructor |
|
| Method Summary | |
|---|---|
static int |
compare(OpssInteger i1, OpssInteger i2)Compares two OpssInteger objects. |
boolean |
equals(java.lang.Object that)Override java method for accurate list and hashtable lookups. |
ExpressionComponent.Type |
getComponentType()Returns type of the component. |
DataType.TYPE |
getType()For all concrete subclasses, this method is required so that function evaluators at runtime don't need to keep doing instanceof |
java.lang.Integer |
getValue()Returns an object representing real value of this data 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 oracle.security.jps.service.policystore.info.DataType |
|---|
getDataTypeObjectFromString, getDataTypeObjectFromString, getTypeClassFromClassName, getTypeFromClass |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpssInteger(int val)
val -| Method Detail |
|---|
public java.lang.Integer getValue()
DataTypegetValue in class DataTypepublic final DataType.TYPE getType()
DataTypegetType in class DataType
public static OpssInteger valueOf(java.lang.String str)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static int compare(OpssInteger i1,
OpssInteger i2)
public java.lang.String toString()
toString in class DataTypepublic boolean equals(java.lang.Object that)
DataTypeequals in class DataTypepublic ExpressionComponent.Type getComponentType()
ExpressionComponentpublic boolean isValid()
public int intValue()
public int hashCode()
hashCode in class DataType
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||