Uses of Enum Class
org.lfenergy.shapeshifter.api.RedispatchByType
Packages that use RedispatchByType
-
Uses of RedispatchByType in org.lfenergy.shapeshifter.api
Fields in org.lfenergy.shapeshifter.api declared as RedispatchByTypeModifier and TypeFieldDescriptionprotected RedispatchByTypeAGRPortfolioQueryResponseCongestionPointType.dayAheadRedispatchByprotected RedispatchByTypeDSOPortfolioUpdateCongestionPoint.dayAheadRedispatchByprotected RedispatchByTypeAGRPortfolioQueryResponseCongestionPointType.intradayRedispatchByprotected RedispatchByTypeDSOPortfolioUpdateCongestionPoint.intradayRedispatchByMethods in org.lfenergy.shapeshifter.api that return RedispatchByTypeModifier and TypeMethodDescriptionstatic RedispatchByTypeAGRPortfolioQueryResponseCongestionPointType.getDayAheadRedispatchBy()Gets the value of the dayAheadRedispatchBy property.DSOPortfolioUpdateCongestionPoint.getDayAheadRedispatchBy()Gets the value of the dayAheadRedispatchBy property.AGRPortfolioQueryResponseCongestionPointType.getIntradayRedispatchBy()Gets the value of the intradayRedispatchBy property.DSOPortfolioUpdateCongestionPoint.getIntradayRedispatchBy()Gets the value of the intradayRedispatchBy property.static RedispatchByTypeReturns the enum constant of this class with the specified name.static RedispatchByType[]RedispatchByType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.shapeshifter.api with parameters of type RedispatchByTypeModifier and TypeMethodDescriptionvoidAGRPortfolioQueryResponseCongestionPointType.setDayAheadRedispatchBy(RedispatchByType value) Sets the value of the dayAheadRedispatchBy property.voidDSOPortfolioUpdateCongestionPoint.setDayAheadRedispatchBy(RedispatchByType value) Sets the value of the dayAheadRedispatchBy property.voidAGRPortfolioQueryResponseCongestionPointType.setIntradayRedispatchBy(RedispatchByType value) Sets the value of the intradayRedispatchBy property.voidDSOPortfolioUpdateCongestionPoint.setIntradayRedispatchBy(RedispatchByType value) Sets the value of the intradayRedispatchBy property.