|
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.OpssAnyURI
public class OpssAnyURI
Represents a URI object as defined by http://www.w3.org/2001/XMLSchema#anyURI.
| 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 | |
|---|---|
OpssAnyURI(java.lang.String str)Creates an OpssAnyURI from given string |
|
OpssAnyURI(java.net.URI uri)Creates an OpssAnyURI from given URI |
|
| Method Summary | |
|---|---|
static int |
compare(OpssAnyURI uri1, OpssAnyURI uri2)Compares two OpssAnyURI objects using URI.compareTo |
boolean |
equals(java.lang.Object that)Override java method for accurate list and hashtable lookups. |
ExpressionComponent.Type |
getComponentType()Methods for ExprssionComponent interface |
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.net.URI |
getValue()Returns an object representing real value of this data type. |
int |
hashCode() |
boolean |
isValid()Methods for ExprssionComponent interface |
java.lang.String |
toString() |
static OpssAnyURI |
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 OpssAnyURI(java.net.URI uri)
throws java.lang.IllegalArgumentException
uri -java.lang.IllegalArgumentException - if given uri is null
public OpssAnyURI(java.lang.String str)
throws java.lang.IllegalArgumentException
uri -java.lang.IllegalArgumentException - if given string makes a syntactically invalid URI.| Method Detail |
|---|
public final DataType.TYPE getType()
DataTypegetType in class DataTypepublic java.net.URI getValue()
DataTypegetValue in class DataTypepublic ExpressionComponent.Type getComponentType()
public boolean isValid()
public java.lang.String toString()
toString in class DataTypeindex -
public static OpssAnyURI valueOf(java.lang.String str)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static int compare(OpssAnyURI uri1,
OpssAnyURI uri2)
public final boolean equals(java.lang.Object that)
DataTypeequals in class DataTypepublic final int hashCode()
hashCode in class DataType
|
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 | |||||||||