Interface EnumeratedType

All Known Subinterfaces:
InventoryReservationRequestType, InventoryTransactionType, SkuInventoryFulfillmentType, SkuReferenceFieldType
All Known Implementing Classes:
DefaultInventoryReservationRequestType, DefaultInventoryTransactionType, DefaultSkuInventoryFulfillmentType, DefaultSkuReferenceFieldType

public interface EnumeratedType
Interface to allow enumerations to provide a value.
Author:
Kelly Tisdell (ktisdell)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a non-null, enumerated String value, typically in the form of an enum name (e.g.
  • Method Details

    • getValue

      String getValue()
      Returns a non-null, enumerated String value, typically in the form of an enum name (e.g. 'SOME_VALUE'). Often this is an alias for Enum.name().
      Returns: