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