|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.ReferenceValue
public class ReferenceValue
Class UntypedReferenceValue encapsulates an untyped reference value.
Constructor Summary | |
---|---|
ReferenceValue(URI pRef)
Ctor. |
Method Summary | |
---|---|
URI |
getRef()
getRef |
java.lang.String |
getTypeInfo()
getTypeInfo |
java.lang.String |
toQuotedString()
Prints the String representation in a quoted form. |
java.lang.String |
toString()
|
Methods inherited from class org.sblim.cimclient.internal.uri.Value |
---|
parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReferenceValue(URI pRef)
pRef
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.String toQuotedString()
QuotedValue
toQuotedString
in interface QuotedValue
QuotedValue.toQuotedString()
public URI getRef()
URI
public java.lang.String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |