org.omg.CORBA
public abstract class VisibilityHelper extends Object
short
. The Visibility normally takes one of the two values,
{@link PUBLIC_MEMBER#value} or {@link PRIVATE_MEMBER#value}.
Method Summary | |
---|---|
static short | extract(Any any)
Extract the Visibility from the given Any.
|
static String | id()
Get the Visibility repository id.
|
static void | insert(Any any, short that)
Insert the Visibility into the given Any.
|
static short | read(InputStream istream)
Read the visibility value (as short) from the CDR intput stream.
|
static TypeCode | type()
Return an alias of short, named "Visibility". |
static void | write(OutputStream ostream, short value)
Write the visibility value (as short) to the CDR output stream.
|
Returns: "IDL:omg.org/CORBA/Visibility:1.0", always.
Parameters: istream a stream to read from.
Parameters: ostream a stream to write into. value a value to write.