org.omg.CORBA
public abstract class VersionSpecHelper extends Object
Constructor and Description |
---|
VersionSpecHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any a)
Extract the VersionSpec from Any ((uses
Any.extract_string() ). |
static String |
id()
Return the VersionSpec repository id.
|
static void |
insert(Any a,
String that)
Insert the VersionSpec into Any (uses
Any.insert_string(java.lang.String) ). |
static String |
read(InputStream istream)
Calls
InputStream.read_string() . |
static TypeCode |
type()
Return an string alias typecode, named "VersionSpec".
|
static void |
write(OutputStream ostream,
String value)
|
public VersionSpecHelper()
public static void insert(Any a, String that)
Any.insert_string(java.lang.String)
).a
- the Any to insert into.that
- the string to insert.public static String extract(Any a)
Any.extract_string()
).a
- the Any to extract from.public static String id()
public static String read(InputStream istream)
InputStream.read_string()
.istream
- the stream to read from.public static void write(OutputStream ostream, String value)
ostream
- the stream to write into.value
- the string (VersionSpec) value to write.