Package org.sblim.cimclient.internal.uri
Class ReferenceValue
- java.lang.Object
-
- org.sblim.cimclient.internal.uri.Value
-
- org.sblim.cimclient.internal.uri.ReferenceValue
-
- All Implemented Interfaces:
QuotedValue
public class ReferenceValue extends Value implements QuotedValue
Class UntypedReferenceValue encapsulates an untyped reference value.
-
-
Constructor Summary
Constructors Constructor Description ReferenceValue(URI pRef)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetRef()getRefjava.lang.StringgetTypeInfo()getTypeInfojava.lang.StringtoQuotedString()Prints the String representation in a quoted form.java.lang.StringtoString()
-
-
-
Constructor Detail
-
ReferenceValue
public ReferenceValue(URI pRef)
Ctor.- Parameters:
pRef-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
toQuotedString
public java.lang.String toQuotedString()
Description copied from interface:QuotedValuePrints the String representation in a quoted form.- Specified by:
toQuotedStringin interfaceQuotedValue- Returns:
- String
- See Also:
QuotedValue.toQuotedString()
-
getRef
public URI getRef()
getRef- Returns:
URI
-
getTypeInfo
public java.lang.String getTypeInfo()
Description copied from class:ValuegetTypeInfo- Specified by:
getTypeInfoin classValue- Returns:
- the type description string of the Value.
- See Also:
Value.getTypeInfo()
-
-