Uses of Interface
com.bluebell.greenhouse.platform.enums.GenericEnum
Packages that use GenericEnum
Package
Description
Enums for anther.
Contains reusable resolver support classes for controller filter handling.
Contains request-context argument resolvers and their shared infrastructure.
Contains enums used throughout the application.
Contains core enums used for
Accounts.Contains core enums used for
Actions.Contains core enums used for
AnalysisResults.Contains shared enumerations used by API response contracts.
Contains enums for emails.
Contains shared enumerations for external data sources and integrations.
Contains core enums used for
Jobs.Contains core enums used for market entities.
Contains notification-related enums.
Contains core enums used for
Positions.Contains core enums used for
Users.Contains enums related to trading
Strategy and their
implementations.Contains core enums used for
Symbols.Contains core enums used for system operations.
Contains core enums used for
TechnicalIndicators.Contains core enums used for
Transactions.Contains non-entity contracts for symbol analysis workflows.
Contains enums used within the importing module.
Contains the utilities used by sol.
-
Uses of GenericEnum in com.bluebell.greenhouse.anther.enums
Classes in com.bluebell.greenhouse.anther.enums that implement GenericEnum -
Uses of GenericEnum in com.bluebell.greenhouse.planter.resolvers
Methods in com.bluebell.greenhouse.planter.resolvers with type parameters of type GenericEnumModifier and TypeMethodDescriptionprotected <E extends Enum<E> & GenericEnum<E>>
EAbstractPagedFilterResolver.resolveOptionalCodeEnum(String value, Class<E> enumClass, String invalidMessage) Resolves an optional code-backedGenericEnum. -
Uses of GenericEnum in com.bluebell.greenhouse.planter.resolvers.request
Classes in com.bluebell.greenhouse.planter.resolvers.request that implement GenericEnumModifier and TypeClassDescriptionenumSupported query-parameter types for resolved request contexts. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums
Subinterfaces of GenericEnum in com.bluebell.greenhouse.platform.enumsModifier and TypeInterfaceDescriptioninterfaceEnum that contains ISO code metadata.interfaceEnum that contains a symbol used to uniquely identify it.Methods in com.bluebell.greenhouse.platform.enums with type parameters of type GenericEnumModifier and TypeMethodDescriptionstatic <E extends Enum<E> & GenericEnum<E>>
List<EnumDisplay> GenericEnum.convertAllToEnumDisplay(E[] genericEnums) static <E extends Enum<E> & GenericEnum<E>>
List<EnumDisplay> GenericEnum.convertAllToEnumDisplay(Collection<E> genericEnums) static <E extends Enum<E> & GenericEnum<E>>
EnumDisplayGenericEnum.convertToEnumDisplay(E genericEnum) Converts aGenericEnuminto anEnumDisplay.static <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
List<PairEntry> GenericSymbolizedEnum.getAllAsPairEntry(Collection<S> values) static <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
List<PairEntry> GenericSymbolizedEnum.getAllAsPairEntry(S[] values) static <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
PairEntryGenericSymbolizedEnum.getAsPairEntry(S value) static <E extends Enum<E> & GenericEnum<E>>
TreeSet<String> GenericEnum.getAsSortedSetOfKeys(E[] values, Function<E, String> mappingFunction) Returns a sorted set of keys for the givenEand mapping function.static <E extends Enum<E> & GenericEnum<E>>
EObtains the associated enum by its code.Methods in com.bluebell.greenhouse.platform.enums with parameters of type GenericEnumModifier and TypeMethodDescriptionstatic <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
List<PairEntry> GenericSymbolizedEnum.getAllAsPairEntry(S[] values) -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.account
Classes in com.bluebell.greenhouse.platform.enums.account that implement GenericEnumModifier and TypeClassDescriptionenumEnum representing the event type for an account balance timeline point.enumAggregation intervals supported by account-ledger reports.enumEnum representation of account ledger entry types.enumEnum representation of account ledger entry sources.enumEnum representing different account trading platforms.enumEnum representing the type of account.enumMetrics supported by balance-performance reports.enumPeriods supported by balance-performance reports.enumEnum representing the different brokers supported by the system.enumEnum representing a standard currency. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.action
Classes in com.bluebell.greenhouse.platform.enums.action that implement GenericEnumModifier and TypeClassDescriptionenumOperator-facing severity for a durable action event.enumEnumeration representing the result of anAction. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.analysis
Classes in com.bluebell.greenhouse.platform.enums.analysis that implement GenericEnumModifier and TypeClassDescriptionenumEnumeration of that various data filters that can be applied to the results of an analysis.enumEnumeration of types of position durations to filter by. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.api
Classes in com.bluebell.greenhouse.platform.enums.api that implement GenericEnumModifier and TypeClassDescriptionenumEnumeration of the various reasons an api error is created. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.email
Classes in com.bluebell.greenhouse.platform.enums.email that implement GenericEnumModifier and TypeClassDescriptionenumEnumeration representing the various email templates. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.integration
Classes in com.bluebell.greenhouse.platform.enums.integration that implement GenericEnumModifier and TypeClassDescriptionenumEnum representing the different data sources for historical trading data. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.job
Classes in com.bluebell.greenhouse.platform.enums.job that implement GenericEnumModifier and TypeClassDescriptionenumDefines how submitted jobs sharing a concurrency key interact.enumDeclares how safely a durable job definition can be repeated.enumEnum representing various states that aJobcan be in.enumEnumeration describing what caused aJobattempt to be submitted.enumEnumeration representing different types ofJobs that can be performed. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.market
Classes in com.bluebell.greenhouse.platform.enums.market that implement GenericEnumModifier and TypeClassDescriptionenumEnum representing possible severity danger/warning levels for events, indicating their overall likelihood of moving.enumRepresentation of market news image enrichment states.enumRepresentation of market news sentiment confidence grades.enumRepresentation of market news sentiment display labels.enumEnumeration representing the lifecycle state of aMarketPriceFetchRequest.enumRepresentation of an interval of time for aMarketPrice. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.notification
Classes in com.bluebell.greenhouse.platform.enums.notification that implement GenericEnumModifier and TypeClassDescriptionenumEnum representing the frequency of recurring notifications.enumEnum representing the type of recurring notification. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.position
Classes in com.bluebell.greenhouse.platform.enums.position that implement GenericEnumModifier and TypeClassDescriptionenumClassifies the contract right of an optionPosition.enumDescribes how aPositionreached its closed state.enumRepresentation of aPosition's family, indicating the type of financial derivative being used in the market.enumClass representation of the type of order taken in aPosition.enumEnum representation for types of balance adjustments in aPosition.enumClassifies the type/directionality of aPosition. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.security
Classes in com.bluebell.greenhouse.platform.enums.security that implement GenericEnum -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.strategy
Classes in com.bluebell.greenhouse.platform.enums.strategy that implement GenericEnumModifier and TypeClassDescriptionenumEnum representing supported strategy implementation artifact types. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.symbol
Classes in com.bluebell.greenhouse.platform.enums.symbol that implement GenericEnumModifier and TypeClassDescriptionenumDefines the type ofSymbolAlias.enumEnumeration of supported symbol registry enrichment attributes.enumEnumeration of supported symbol registry entry sort fields.enumDefines the state of aSymbol's revision.enumEnumeration of types ofSymbols. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.system
Classes in com.bluebell.greenhouse.platform.enums.system that implement GenericEnumModifier and TypeClassDescriptionenumEnumeration of various countries.enumEnum representing supported import formats.enumEnumeration representing the type of incoming ping.enumEnumeration of various languages.enumEnum representing aggregate time intervals for record-based reporting. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.technical
Subinterfaces of GenericEnum in com.bluebell.greenhouse.platform.enums.technicalModifier and TypeInterfaceDescriptioninterfaceBase technical enum giving core attributes for technical indicators.Classes in com.bluebell.greenhouse.platform.enums.technical that implement GenericEnumModifier and TypeClassDescriptionenumDefines the technical analysis indicators implemented in bluebell. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.enums.transaction
Classes in com.bluebell.greenhouse.platform.enums.transaction that implement GenericEnumModifier and TypeClassDescriptionenumDirection in which a transaction changes an account balance.enumEnum representing the status that a transaction can be in.enumEnum representation for types of transactions. -
Uses of GenericEnum in com.bluebell.greenhouse.platform.models.core.nonentities.symbol.analysis
Classes in com.bluebell.greenhouse.platform.models.core.nonentities.symbol.analysis that implement GenericEnumModifier and TypeClassDescriptionenumExpansion-state classification.enumInsight-card type.enumStrategy signal state.enumTrend direction classification.enumTrend regime classification. -
Uses of GenericEnum in com.bluebell.greenhouse.sol.enums
Classes in com.bluebell.greenhouse.sol.enums that implement GenericEnumModifier and TypeClassDescriptionenumSupported EOD technical indicator functions.enumRepresents the type of trade entries that an MT4 report consists of. -
Uses of GenericEnum in com.bluebell.greenhouse.sol.util
Methods in com.bluebell.greenhouse.sol.util with type parameters of type GenericEnumModifier and TypeMethodDescriptionstatic <E extends Enum<E> & GenericEnum<E>>
org.javatuples.Pair<Object, String> ParserUtil.safeParseEnum(Class<E> enumClass, String s, boolean optional) Safely parses an enum.