Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public java.lang.String value
        Name of the enum constant.
      • className

        public java.lang.String className
        Name of the enum class.
    • Constructor Detail

      • EnumDesc

        public EnumDesc()