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