public abstract class RebindPolicyHelper extends Object
| Constructor and Description |
|---|
RebindPolicyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static RebindPolicy |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
RebindPolicy that) |
static RebindPolicy |
narrow(Object obj) |
static RebindPolicy |
read(InputStream istream) |
static TypeCode |
type() |
static RebindPolicy |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
RebindPolicy value) |
public static void insert(Any a, RebindPolicy that)
public static RebindPolicy extract(Any a)
public static TypeCode type()
public static String id()
public static RebindPolicy read(InputStream istream)
public static void write(OutputStream ostream, RebindPolicy value)
public static RebindPolicy narrow(Object obj)
public static RebindPolicy unchecked_narrow(Object obj)
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.