public final class PropertyRangeHelper
extends java.lang.Object
Constructor and Description |
---|
PropertyRangeHelper() |
Modifier and Type | Method and Description |
---|---|
static PropertyRange |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
PropertyRange s) |
static PropertyRange |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
PropertyRange s) |
public static TypeCode type()
public static void insert(Any any, PropertyRange s)
public static PropertyRange extract(Any any)
public static java.lang.String id()
public static PropertyRange read(InputStream in)
public static void write(OutputStream out, PropertyRange s)