public final class PeriodStyle extends Enum
Title: PeriodStyle class
Description: Descibes function period as a number of points or as a range of points.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static PeriodStyle |
NUMPOINTS
Defines function period as a number of points.
|
static PeriodStyle |
RANGE
Defines function period as a range of points.
|
getValue, readResolve
public static final PeriodStyle NUMPOINTS
public static final PeriodStyle RANGE