Interface ManagedEnum

All Superinterfaces:
Serializable
All Known Implementing Classes:
ActivityClosedAllowed, ActivityFlowControl, Approval.State, AspectRatio, AssetAccess.EntityType, AssetAvailability, AssetType, Attribute, AudioTrack.EncodingType, BpmsSignal, DeleteMedia, Invoker, MamOpMode, MediaStatus, NotificationEvent, QcStatus, ReportOutputType, RevisionState, Segment.Type, Style, TaskState, TxStatus, UserAction

public interface ManagedEnum extends Serializable
Describes an enumeration with support for space efficient persistence.
Author:
Markus MÃ¥rtensson
  • Method Summary

    Modifier and Type
    Method
    Description
    Compact String representation of the enum.
     
    int
     
  • Method Details

    • name

      String name()
    • compact

      String compact()
      Compact String representation of the enum.
    • ordinal

      int ordinal()