Enum CommodityLocationIdentifierTypeEnum

java.lang.Object
java.lang.Enum<CommodityLocationIdentifierTypeEnum>
cdm.base.staticdata.identifier.CommodityLocationIdentifierTypeEnum
All Implemented Interfaces:
Serializable, Comparable<CommodityLocationIdentifierTypeEnum>

@RosettaEnum("CommodityLocationIdentifierTypeEnum") public enum CommodityLocationIdentifierTypeEnum extends Enum<CommodityLocationIdentifierTypeEnum>
Defines the enumerated values to specify the nature of a location identifier.
Version:
5.30.0
  • Enum Constant Details

    • DELIVERY_POINT

      @RosettaEnumValue("DeliveryPoint") public static final CommodityLocationIdentifierTypeEnum DELIVERY_POINT
      The physical or virtual point at which the commodity will be delivered.
    • ENTRY_POINT

      @RosettaEnumValue("EntryPoint") public static final CommodityLocationIdentifierTypeEnum ENTRY_POINT
      The physical or virtual point at which the commodity enters a transportation system.
    • INTERCONNECTION_POINT

      @RosettaEnumValue("InterconnectionPoint") public static final CommodityLocationIdentifierTypeEnum INTERCONNECTION_POINT
      Identification of the border(s) or border point(s) of a transportation contract.
    • WITHDRAWAL_POINT

      @RosettaEnumValue("WithdrawalPoint") public static final CommodityLocationIdentifierTypeEnum WITHDRAWAL_POINT
      The physical or virtual point at which the commodity is withdrawn from a transportation system.
    • DELIVERY_ZONE

      @RosettaEnumValue("DeliveryZone") public static final CommodityLocationIdentifierTypeEnum DELIVERY_ZONE
      The zone covering potential delivery points for the commodity
    • BUYER_HUB

      @RosettaEnumValue("BuyerHub") public static final CommodityLocationIdentifierTypeEnum BUYER_HUB
      The hub code of the buyer.
    • SELLER_HUB

      @RosettaEnumValue("SellerHub") public static final CommodityLocationIdentifierTypeEnum SELLER_HUB
      The hub code of the seller.
  • Method Details