public final class ConstraintNotSupportedHelper
extends java.lang.Object
Constructor and Description |
---|
ConstraintNotSupportedHelper() |
Modifier and Type | Method and Description |
---|---|
static ConstraintNotSupported |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
ConstraintNotSupported s) |
static ConstraintNotSupported |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ConstraintNotSupported s) |
public static TypeCode type()
public static void insert(Any any, ConstraintNotSupported s)
public static ConstraintNotSupported extract(Any any)
public static java.lang.String id()
public static ConstraintNotSupported read(InputStream in)
public static void write(OutputStream out, ConstraintNotSupported s)