|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.uri.Value
public abstract class Value
This class is responsible for parsing key values.
Constructor Summary | |
---|---|
Value()
|
Method Summary | |
---|---|
abstract java.lang.String |
getTypeInfo()
getTypeInfo |
static Value |
parse(boolean pTyped,
URIString pUriStr)
Factory method which tries to parse an untyped value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Value()
Method Detail |
---|
public static Value parse(boolean pTyped, URIString pUriStr) throws java.lang.IllegalArgumentException
pTyped
- pUriStr
-
Value
instance
java.lang.IllegalArgumentException
- if parsing failed.public abstract java.lang.String getTypeInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |