| Modifier and Type | Method and Description |
|---|---|
static LocalStringArray |
LocalStringArray.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalStringArray[] |
LocalStringArray.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
AcrComm.get(ProgramName program,
LocalStringArray lstrarray)
Gets from the controller the values of a local string array for a given program.
|
void |
AcrComm.set(ProgramName program,
LocalStringArray lstrarray,
String[] value)
Sets the value of a string array local to a controller program.
|
Copyright © 2017 LSST. All rights reserved.