Class SerEnumConst

java.lang.Object
net.java.sezpoz.impl.SerEnumConst
All Implemented Interfaces:
Serializable

public final class SerEnumConst extends Object implements Serializable
Represents one enum constant value.
See Also:
  • Field Details

    • enumName

      public final String enumName
      fully qualified name of enumeration type
    • constName

      public final String constName
      name of enumeration "field" (constant name)
  • Method Details