public abstract class NamedPropertyRangeSeqHelper extends Object
| Constructor and Description |
|---|
NamedPropertyRangeSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NamedPropertyRange[] |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
NamedPropertyRange[] s) |
static NamedPropertyRange[] |
read(InputStream _in) |
static TypeCode |
type() |
static void |
write(OutputStream _out,
NamedPropertyRange[] _s) |
public static void insert(Any any, NamedPropertyRange[] s)
public static NamedPropertyRange[] extract(Any any)
public static TypeCode type()
public static String id()
public static NamedPropertyRange[] read(InputStream _in)
public static void write(OutputStream _out, NamedPropertyRange[] _s)
Copyright © 2015 JacORB. All rights reserved.