Package javax.rmi.CORBA
Class EnumDesc
- java.lang.Object
-
- javax.rmi.CORBA.EnumDesc
-
- All Implemented Interfaces:
java.io.Serializable
public class EnumDesc extends java.lang.Object implements java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
className
Name of the enum class.(package private) static long
serialVersionUID
java.lang.String
value
Name of the enum constant.
-
Constructor Summary
Constructors Constructor Description EnumDesc()
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
value
public java.lang.String value
Name of the enum constant.
-
className
public java.lang.String className
Name of the enum class.
-
-