Class EnumDesc

java.lang.Object
javax.rmi.CORBA.EnumDesc
All Implemented Interfaces:
Serializable

public class EnumDesc extends Object implements 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 Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • value

      public String value
      Name of the enum constant.
    • className

      public String className
      Name of the enum class.
  • Constructor Details

    • EnumDesc

      public EnumDesc()