Package javax.rmi.CORBA
Class EnumDesc
java.lang.Object
javax.rmi.CORBA.EnumDesc
- All Implemented Interfaces:
Serializable
Class used to describe how a Java Enum is marshaled over
RMI-IIOP. This is one of the proposals for OMG issue 10336, but
not the final approved version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionName of the enum class.(package private) static final long
Name of the enum constant. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
value
Name of the enum constant. -
className
Name of the enum class.
-
-
Constructor Details
-
EnumDesc
public EnumDesc()
-