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