Enum Class的使用
org.dromara.northstar.indicator.constant.PeriodUnit
使用PeriodUnit的程序包
-
org.dromara.northstar.indicator.constant中PeriodUnit的使用
修饰符和类型方法说明static PeriodUnitReturns the enum constant of this class with the specified name.static PeriodUnit[]PeriodUnit.values()Returns an array containing the constants of this enum class, in the order they are declared. -
org.dromara.northstar.indicator.model中PeriodUnit的使用
限定符构造器说明Configuration(String indicatorName, CoreField.ContractField contract, int numOfUnits, PeriodUnit period, ValueType valueType, int cacheLength, boolean ifPlotPerBar, boolean visible) 创建Configuration记录的实例。