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