Interface DocumentedEnum

All Known Implementing Classes:
AbstractParameter.DefaultValueMethods, CmisEvent, FileSystemActor.FileSystemAction, FtpSession.FtpType, JMSFacade.AcknowledgeMode, JobDefFunctions, LdapSender.Operation, SendTibcoMessage.MessageProtocol, SoapVersion, TransactionAttribute

@NullMarked public interface DocumentedEnum
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get a label to be used for the enum constant.
     
  • Method Details

    • getLabel

      default String getLabel()
      Get a label to be used for the enum constant.
      Returns:
      Optional 'FieldName' or label that's used to parse the Enum, should never be null but return name() instead!
    • name

      String name()