public abstract class Value extends Object
Value()
static Value
create(String type, String value)
abstract String
type()
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Value()
public abstract String type()
public abstract String value()
public static Value create(String type, String value)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.