| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIReference
Identifies a data object via a URI-Reference, as specified by RFC 2396.
Note that some subclasses may not have a type attribute
 and for objects of those types, the getType() method always returns 
 null.
URIDereferencer| Method Summary | |
|---|---|
 String | 
getType()
Returns the type of data referenced by this URI.  | 
 String | 
getURI()
Returns the URI of the referenced data object.  | 
| Method Detail | 
|---|
String getURI()
null if not specified)String getType()
null 
    if not specified)
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.