API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.omg.CORBA.
DynEnum
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
DynEnum
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
@Deprecated
public
interface DynEnum
Represents a
DynAny
object associated with an IDL enum.
See also:
Methods
Hide/Show inherited methods
public
String
value_as_string
()
Return the value of the IDL enum stored in this
DynEnum
as a string.
Return the value of the IDL enum stored in this
DynEnum
as a string.
Returns:
the stringified value.
public
void
value_as_string
(
String
arg)
Set a particular enum in this
DynEnum
.
Set a particular enum in this
DynEnum
.
Parameters:
-
arg
- the string corresponding to the value.
public
int
value_as_ulong
()
Return the value of the IDL enum as a Java int.
Return the value of the IDL enum as a Java int.
Returns:
the integer value.
public
void
value_as_ulong
(
int
arg)
Set the value of the IDL enum.
Set the value of the IDL enum.
Parameters:
-
arg
- the int value of the enum.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar