Interface DocumentedEnum

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

public interface DocumentedEnum
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
     
  • Method Details

    • getLabel

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

      String name()