org.omg.CORBA
public abstract class FieldNameHelper extends Object
Method Summary | |
---|---|
static String | extract(Any a)
Extract the FieldName from Any ((uses {@link Any#extract_string}).
|
static String | id()
Return the FieldName repository id. |
static void | insert(Any a, String that)
Insert the FieldName into Any (uses {@link Any#insert_string}).
|
static String | read(InputStream istream)
Calls {@link InputStream#read_string()}.
|
static TypeCode | type()
Return an string alias typecode, named "FieldName". |
static void | write(OutputStream ostream, String value)
Calls {@link OutputStream#write_string(String)}.
|
Parameters: a the Any to extract from.
Returns: "IDL:omg.org/CORBA/FieldName:1.0", always.
Parameters: a the Any to insert into. that the string to insert.
Parameters: istream the stream to read from.
Parameters: ostream the stream to write into. value the string (FieldName) value to write.