Serializable, Comparable<AviatorRuntimeJavaElementType.ContainerType>public static enum AviatorRuntimeJavaElementType.ContainerType extends Enum<AviatorRuntimeJavaElementType.ContainerType>
| Modifier and Type | Method | Description |
|---|---|---|
static AviatorRuntimeJavaElementType.ContainerType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AviatorRuntimeJavaElementType.ContainerType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AviatorRuntimeJavaElementType.ContainerType List
public static final AviatorRuntimeJavaElementType.ContainerType Array
public static AviatorRuntimeJavaElementType.ContainerType[] values()
for (AviatorRuntimeJavaElementType.ContainerType c : AviatorRuntimeJavaElementType.ContainerType.values()) System.out.println(c);
public static AviatorRuntimeJavaElementType.ContainerType 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 nullCopyright © 2022–2023. All rights reserved.