public abstract class FollowOptionHelper extends Object
| Constructor and Description |
|---|
FollowOptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static FollowOption |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
FollowOption s) |
static FollowOption |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
FollowOption s) |
public static TypeCode type()
public static void insert(Any any, FollowOption s)
public static FollowOption extract(Any any)
public static String id()
public static FollowOption read(InputStream in)
public static void write(OutputStream out, FollowOption s)
Copyright © 2015 JacORB. All rights reserved.