|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NamingContextExtPackage.StringNameHelper
public abstract class StringNameHelper
Helper operations for the string name. The string name is directly mapped into java String. There is no separate "String name" class in the implementation.
Constructor Summary | |
---|---|
StringNameHelper()
|
Method Summary | |
---|---|
static String |
extract(Any a)
Just extracts string from this Any . |
static String |
id()
Get repository id. |
static void |
insert(Any a,
String that)
Just inserts string into this Any . |
static String |
read(InputStream istream)
Delegates functionality to InputStream.read_string() . |
static TypeCode |
type()
Return the "StringName", alias of String, typecode. |
static void |
write(OutputStream ostream,
String value)
Delegates functionality to OutputStream.write_string(java.lang.String) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringNameHelper()
Method Detail |
---|
public static String extract(Any a)
Any
.
public static String id()
public static void insert(Any a, String that)
Any
.
public static String read(InputStream istream)
InputStream.read_string()
.
public static TypeCode type()
public static void write(OutputStream ostream, String value)
OutputStream.write_string(java.lang.String)
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |