Uses of Interface
cdm.base.datetime.metafields.FieldWithMetaTimeZone
Packages that use FieldWithMetaTimeZone
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of FieldWithMetaTimeZone in cdm.base.datetime.metafields
Subinterfaces of FieldWithMetaTimeZone in cdm.base.datetime.metafieldsModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime.metafields that implement FieldWithMetaTimeZoneModifier and TypeClassDescriptionstatic classBuilder Implementation of FieldWithMetaTimeZonestatic classImmutable Implementation of FieldWithMetaTimeZoneMethods in cdm.base.datetime.metafields that return FieldWithMetaTimeZoneModifier and TypeMethodDescriptionFieldWithMetaTimeZone.build()Build MethodsFieldWithMetaTimeZone.FieldWithMetaTimeZoneBuilderImpl.build()FieldWithMetaTimeZone.FieldWithMetaTimeZoneImpl.build()Methods in cdm.base.datetime.metafields that return types with arguments of type FieldWithMetaTimeZoneModifier and TypeMethodDescriptiondefault Class<? extends FieldWithMetaTimeZone> FieldWithMetaTimeZone.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaTimeZone> FieldWithMetaTimeZone.metaData()Utility Methods -
Uses of FieldWithMetaTimeZone in cdm.event.common
Methods in cdm.event.common that return FieldWithMetaTimeZoneModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionImpl.getTradeTime()ExecutionInstruction.getTradeTime()Denotes the trade time and timezone as agreed by the parties to the trade.Trade.getTradeTime()Denotes the trade time and timezone as agreed by the parties to the trade.Trade.TradeImpl.getTradeTime()Methods in cdm.event.common with parameters of type FieldWithMetaTimeZoneModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.setTradeTime(FieldWithMetaTimeZone tradeTime) ExecutionInstruction.ExecutionInstructionBuilderImpl.setTradeTime(FieldWithMetaTimeZone _tradeTime) Trade.TradeBuilder.setTradeTime(FieldWithMetaTimeZone tradeTime) Trade.TradeBuilderImpl.setTradeTime(FieldWithMetaTimeZone _tradeTime)