RateType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class RateType extends System.Enum

Specifies the unique identifiers of a rate table.

Fields

FieldDescription
AIndicates A rate type.
BIndicates B rate type.
CIndicates C rate type.
DIndicates D rate type.
EIndicates E rate type.
UndefinedIndicates Undefined rate type.

A

public static final int A

Indicates A rate type.

B

public static final int B

Indicates B rate type.

C

public static final int C

Indicates C rate type.

D

public static final int D

Indicates D rate type.

E

public static final int E

Indicates E rate type.

Undefined

public static final int Undefined

Indicates Undefined rate type.