public enum MasterUnsigned extends Enum<MasterUnsigned>
| Enum Constant and Description |
|---|
PRIMARY_MASTER_FLAGS
The first set of master flags.
|
QUATERNARY_MASTER_FLAGS
The fourth set of master flags.
|
SECONDARY_MASTER_FLAGS
The second set of master flags.
|
TERTIARY_MASTER_FLAGS
The third set of master flags.
|
| Modifier and Type | Method and Description |
|---|---|
int |
index(MasterName master)
Gets the index of this parameter for a given master.
|
String |
reference(MasterName master)
Gets the string used to refer to the parameter for a given master in AcroBasic.
|
static MasterUnsigned |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterUnsigned[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterUnsigned PRIMARY_MASTER_FLAGS
public static final MasterUnsigned SECONDARY_MASTER_FLAGS
public static final MasterUnsigned TERTIARY_MASTER_FLAGS
public static final MasterUnsigned QUATERNARY_MASTER_FLAGS
public static MasterUnsigned[] values()
for (MasterUnsigned c : MasterUnsigned.values()) System.out.println(c);
public static MasterUnsigned 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(MasterName master)
master - the master.public String reference(MasterName master)
master - the master.Copyright © 2017 LSST. All rights reserved.