Package cdm.base.staticdata.identifier
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 Summary
Enum ConstantsEnum ConstantDescriptionThe hub code of the buyer.The physical or virtual point at which the commodity will be delivered.The zone covering potential delivery points for the commodityThe physical or virtual point at which the commodity enters a transportation system.Identification of the border(s) or border point(s) of a transportation contract.The hub code of the seller.The physical or virtual point at which the commodity is withdrawn from a transportation system. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CommodityLocationIdentifierTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DELIVERY_POINT
@RosettaEnumValue("DeliveryPoint") public static final CommodityLocationIdentifierTypeEnum DELIVERY_POINTThe physical or virtual point at which the commodity will be delivered. -
ENTRY_POINT
The physical or virtual point at which the commodity enters a transportation system. -
INTERCONNECTION_POINT
@RosettaEnumValue("InterconnectionPoint") public static final CommodityLocationIdentifierTypeEnum INTERCONNECTION_POINTIdentification of the border(s) or border point(s) of a transportation contract. -
WITHDRAWAL_POINT
@RosettaEnumValue("WithdrawalPoint") public static final CommodityLocationIdentifierTypeEnum WITHDRAWAL_POINTThe physical or virtual point at which the commodity is withdrawn from a transportation system. -
DELIVERY_ZONE
@RosettaEnumValue("DeliveryZone") public static final CommodityLocationIdentifierTypeEnum DELIVERY_ZONEThe zone covering potential delivery points for the commodity -
BUYER_HUB
The hub code of the buyer. -
SELLER_HUB
The hub code of the seller.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<CommodityLocationIdentifierTypeEnum>
-
toDisplayString
-