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