Class 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
      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

      • ReferenceValue

        public ReferenceValue​(URI pRef)
        Ctor.
        Parameters:
        pRef -
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • getRef

        public URI getRef()
        getRef
        Returns:
        URI
      • getTypeInfo

        public java.lang.String getTypeInfo()
        Description copied from class: Value
        getTypeInfo
        Specified by:
        getTypeInfo in class Value
        Returns:
        the type description string of the Value.
        See Also:
        Value.getTypeInfo()