public abstract class ComponentIdHelper extends Object
ComponentIdHelper()
static int
extract(Any a)
static String
id()
static void
insert(Any a, int that)
read(InputStream istream)
static TypeCode
type()
write(OutputStream ostream, int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ComponentIdHelper()
public static void insert(Any a, int that)
public static int extract(Any a)
public static TypeCode type()
public static String id()
public static int read(InputStream istream)
public static void write(OutputStream ostream, int value)