org.sblim.cimclient.internal.uri

Class Value

public abstract class Value extends Object

This class is responsible for parsing key values.
Method Summary
abstract StringgetTypeInfo()
getTypeInfo
static Valueparse(boolean pTyped, URIString pUriStr)
Factory method which tries to parse an untyped value.

Method Detail

getTypeInfo

public abstract String getTypeInfo()
getTypeInfo

Returns: the type description string of the Value.

parse

public static Value parse(boolean pTyped, URIString pUriStr)
Factory method which tries to parse an untyped value.

Parameters: pTyped pUriStr

Returns: Value instance

Throws: IllegalArgumentException if parsing failed.

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.