public enum StiReportUnitType extends java.lang.Enum<StiReportUnitType>
| Enum Constant and Description |
|---|
Centimeters
Centimeters as report units.
|
HundredthsOfInch
Hundredth of inches as Report units.
|
Inches
Inches as report units.
|
Millimeters
Millimeters as Report units.
|
| Modifier and Type | Method and Description |
|---|---|
static StiReportUnitType |
forValue(int value) |
int |
getValue() |
static StiReportUnitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiReportUnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiReportUnitType Centimeters
public static final StiReportUnitType HundredthsOfInch
public static final StiReportUnitType Inches
public static final StiReportUnitType Millimeters
public static StiReportUnitType[] values()
for (StiReportUnitType c : StiReportUnitType.values()) System.out.println(c);
public static StiReportUnitType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiReportUnitType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.