public abstract class SelectorValueHelper extends Object
Constructor and Description |
---|
SelectorValueHelper() |
Modifier and Type | Method and Description |
---|---|
static SelectorValue |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
SelectorValue that) |
static SelectorValue |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
SelectorValue value) |
public static void insert(Any a, SelectorValue that)
public static SelectorValue extract(Any a)
public static TypeCode type()
public static String id()
public static SelectorValue read(InputStream istream)
public static void write(OutputStream ostream, SelectorValue value)
Copyright © 2013. All Rights Reserved.