Uses of Enum Class
com.bluebell.greenhouse.platform.enums.market.MarketNewsSentimentLabel
Packages that use MarketNewsSentimentLabel
Package
Description
Contains core enums used for market entities.
Contains non-persistent market news models.
Contains service-layer market news logic.
-
Uses of MarketNewsSentimentLabel in com.bluebell.greenhouse.platform.enums.market
Subclasses with type arguments of type MarketNewsSentimentLabel in com.bluebell.greenhouse.platform.enums.marketModifier and TypeClassDescriptionenumRepresentation of market news sentiment display labels.Classes in com.bluebell.greenhouse.platform.enums.market that implement interfaces with type arguments of type MarketNewsSentimentLabelModifier and TypeClassDescriptionenumRepresentation of market news sentiment display labels.Methods in com.bluebell.greenhouse.platform.enums.market that return MarketNewsSentimentLabelModifier and TypeMethodDescriptionstatic MarketNewsSentimentLabelReturns the enum constant of this class with the specified name.static MarketNewsSentimentLabel[]MarketNewsSentimentLabel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MarketNewsSentimentLabel in com.bluebell.greenhouse.platform.models.core.nonentities.market.news
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.market.news that return MarketNewsSentimentLabelModifier and TypeMethodDescriptionMarketNewsSentiment.label()Returns the value of thelabelrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.market.news with parameters of type MarketNewsSentimentLabelModifierConstructorDescriptionMarketNewsSentiment(BigDecimal polarity, BigDecimal negative, BigDecimal neutral, BigDecimal positive, MarketNewsSentimentLabel label, MarketNewsSentimentGrade grade, Integer confidence, Integer markerPosition, String displayPolarity) Creates an instance of aMarketNewsSentimentrecord class. -
Uses of MarketNewsSentimentLabel in com.bluebell.greenhouse.radicle.services.market.news
Methods in com.bluebell.greenhouse.radicle.services.market.news that return MarketNewsSentimentLabelModifier and TypeMethodDescriptionMarketNewsSentimentService.resolveLabel(BigDecimal polarity) Resolves a display label from polarity.