public abstract class Value
extends java.lang.Object
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getTypeInfo()
getTypeInfo
|
static Value |
parse(boolean pTyped,
URIString pUriStr)
Factory method which tries to parse an untyped value.
|
public static Value parse(boolean pTyped, URIString pUriStr) throws java.lang.IllegalArgumentException
pTyped - pUriStr - Value instancejava.lang.IllegalArgumentException - if parsing failed.public abstract java.lang.String getTypeInfo()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.