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