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