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