public abstract class StringDefHelper extends Object
Constructor and Description |
---|
StringDefHelper() |
Modifier and Type | Method and Description |
---|---|
static StringDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
StringDef that) |
static StringDef |
narrow(Object obj) |
static StringDef |
read(InputStream istream) |
static TypeCode |
type() |
static StringDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
StringDef value) |
public static TypeCode type()
public static String id()
public static StringDef read(InputStream istream)
public static void write(OutputStream ostream, StringDef value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.