|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| 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.OpssHexBinary
public class OpssHexBinary
Represents a binary object in hex encoding as defined by http://www.w3.org/2001/XMLSchema#hexBinary.
| 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 | |
|---|---|
OpssHexBinary()Default constructor. |
|
OpssHexBinary(byte[] val) |
|
| Method Summary | |
|---|---|
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 |
byte[] |
getValue()Returns an object representing real value of this data type. |
int |
hashCode() |
boolean |
isValid() |
java.lang.String |
toString() |
static OpssHexBinary |
valueOf(java.lang.String str)Given a string, converts it to bytes base 16. |
| 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 OpssHexBinary()
public OpssHexBinary(byte[] val)
| Method Detail |
|---|
public byte[] getValue()
DataTypegetValue in class DataTypepublic final DataType.TYPE getType()
DataTypegetType in class DataTypepublic java.lang.String toString()
toString in class DataType
public static OpssHexBinary valueOf(java.lang.String str)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic final boolean equals(java.lang.Object that)
DataTypeequals in class DataTypepublic final int hashCode()
hashCode in class DataTypepublic ExpressionComponent.Type getComponentType()
ExpressionComponentpublic boolean isValid()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||