public final class ConstraintNotSupportedHelper extends Object
Constructor and Description |
---|
ConstraintNotSupportedHelper() |
Modifier and Type | Method and Description |
---|---|
static ConstraintNotSupported |
extract(Any any) |
static 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 String id()
public static ConstraintNotSupported read(InputStream in)
public static void write(OutputStream out, ConstraintNotSupported s)
Copyright © 2017 JacORB. All rights reserved.