Package | Description |
---|---|
org.sblim.cimclient.internal.uri |
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
|
Modifier and Type | Method and Description |
---|---|
URI |
ReferenceValue.getRef()
getRef
|
static URI |
URI.parse(String pUri)
parse
|
static URI |
URI.parseRef(URIString pUriStr,
boolean pTyped)
referenceValue = [ namespaceName ":" ] className "."
untyped_key_value_pairs
typed_reference_value = "(reference)" "\"" typedReferenceValue "\""
// according to Alexander we have to support instance references only
typedReferenceValue = [ namespaceName ] "/(instance)" className "."
typed_key_value_pairs
|
Constructor and Description |
---|
ReferenceValue(URI pRef)
Ctor.
|
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.