public enum LocalDouble extends Enum<LocalDouble>
| Enum Constant and Description |
|---|
DV0 |
DV1 |
DV10 |
DV11 |
DV12 |
DV13 |
DV14 |
DV15 |
DV16 |
DV17 |
DV18 |
DV19 |
DV2 |
DV20 |
DV21 |
DV22 |
DV23 |
DV24 |
DV25 |
DV26 |
DV27 |
DV28 |
DV29 |
DV3 |
DV30 |
DV31 |
DV4 |
DV5 |
DV6 |
DV7 |
DV8 |
DV9 |
| Modifier and Type | Method and Description |
|---|---|
int |
index()
Gets the variable index.
|
String |
reference()
Gets the string used to refer to the variable in AcroBasic.
|
static LocalDouble |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalDouble[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalDouble DV0
public static final LocalDouble DV1
public static final LocalDouble DV2
public static final LocalDouble DV3
public static final LocalDouble DV4
public static final LocalDouble DV5
public static final LocalDouble DV6
public static final LocalDouble DV7
public static final LocalDouble DV8
public static final LocalDouble DV9
public static final LocalDouble DV10
public static final LocalDouble DV11
public static final LocalDouble DV12
public static final LocalDouble DV13
public static final LocalDouble DV14
public static final LocalDouble DV15
public static final LocalDouble DV16
public static final LocalDouble DV17
public static final LocalDouble DV18
public static final LocalDouble DV19
public static final LocalDouble DV20
public static final LocalDouble DV21
public static final LocalDouble DV22
public static final LocalDouble DV23
public static final LocalDouble DV24
public static final LocalDouble DV25
public static final LocalDouble DV26
public static final LocalDouble DV27
public static final LocalDouble DV28
public static final LocalDouble DV29
public static final LocalDouble DV30
public static final LocalDouble DV31
public static LocalDouble[] values()
for (LocalDouble c : LocalDouble.values()) System.out.println(c);
public static LocalDouble valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int index()
public String reference()
Copyright © 2017 LSST. All rights reserved.