Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.StringValueHelper
public class StringValueHelper extends Object implements BoxedValueHelper
The Helper for StringValue. For more information on Helper files, see "Generated Files: Helper Files".
org/omg/CORBA/StringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00 The class definition has been modified to conform to the following OMG specifications :
Constructor and Description |
---|
StringValueHelper()
|
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any a)
|
String |
get_id()
|
static String |
id()
|
static void |
insert(Any a,
String that)
|
Serializable |
read_value(InputStream istream)
|
static String |
read(InputStream istream)
|
static TypeCode |
type()
|
void |
write_value(OutputStream ostream,
Serializable value)
|
static void |
write(OutputStream ostream,
String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringValueHelper()
Method Detail |
---|
public static void insert(Any a, String that)
public static String extract(Any a)
public static TypeCode type()
public static String id()
public static String read(InputStream istream)
public Serializable read_value(InputStream istream)
read_value
in interface BoxedValueHelper
public static void write(OutputStream ostream, String value)
public void write_value(OutputStream ostream, Serializable value)
write_value
in interface BoxedValueHelper
public String get_id()
get_id
in interface BoxedValueHelper
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.