Class EnumValueInfo

java.lang.Object
online.sharedtype.processor.domain.component.AbstractComponentInfo
online.sharedtype.processor.domain.component.EnumValueInfo
All Implemented Interfaces:
Serializable, ComponentInfo

public final class EnumValueInfo extends AbstractComponentInfo
Represents an enum value, which is the value in the target code that corresponds to an enum constant.
By default, enum value is String value of the enum constant. It can be configured with SharedType.EnumValue.
Author:
Cause Chung
See Also:
  • Constructor Details

    • EnumValueInfo

      public EnumValueInfo()
  • Method Details