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