@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.472Z") public enum RuntimeFamily extends Enum<RuntimeFamily>
| Enum Constant and Description |
|---|
DotNetCore |
Go |
Java |
NodeJS |
Python |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeFamily NodeJS
public static final RuntimeFamily Java
public static final RuntimeFamily Python
public static final RuntimeFamily DotNetCore
public static final RuntimeFamily Go
public static RuntimeFamily[] values()
for (RuntimeFamily c : RuntimeFamily.values()) System.out.println(c);
public static RuntimeFamily 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 © 2018. All rights reserved.