public final class PropertyModeTypeHelper
extends java.lang.Object
Constructor and Description |
---|
PropertyModeTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static PropertyModeType |
extract(Any any) |
static java.lang.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 java.lang.String id()
public static PropertyModeType read(InputStream in)
public static void write(OutputStream out, PropertyModeType s)