Class TraceCode

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public final class TraceCode extends _TraceCode
Indicates whether an object should be traced and how it should be traced when an instance of that object is created. Only traced objects can be instantiated.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • UNTRACED

      public static final TraceCode UNTRACED
      Indicates that the object should not be traced.

      Supported API: true
    • SERIAL_NUMBER

      public static final TraceCode SERIAL_NUMBER
      Indicates that the object should be traced via a serial number.

      Supported API: true
    • LOT_NUMBER

      public static final TraceCode LOT_NUMBER
      Indicates that the object should be traced via a lot number.

      Supported API: true
    • LOT_SERIAL_NUMBER

      public static final TraceCode LOT_SERIAL_NUMBER
      Indicates that the object should be traced via a lot/serial number.

      Supported API: true