public enum AIODisplayType extends Enum<AIODisplayType>
| Modifier and Type | Method and Description |
|---|---|
static AIODisplayType |
swigToEnum(int swigValue) |
int |
swigValue() |
static AIODisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AIODisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AIODisplayType BASIC
public static final AIODisplayType TERSE
public static final AIODisplayType JSON
public static final AIODisplayType YAML
public static AIODisplayType[] values()
for (AIODisplayType c : AIODisplayType.values()) System.out.println(c);
public static AIODisplayType 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 final int swigValue()
public static AIODisplayType swigToEnum(int swigValue)
Copyright © 2024 LSST. All rights reserved.