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