@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.588Z") @Stability(value=Stable) public enum LicenseModel extends Enum<LicenseModel>
| Enum Constant and Description |
|---|
BRING_YOUR_OWN_LICENSE
Bring your own licencse.
|
GENERAL_PUBLIC_LICENSE
General public license.
|
LICENSE_INCLUDED
License included.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final LicenseModel LICENSE_INCLUDED
@Stability(value=Stable) public static final LicenseModel BRING_YOUR_OWN_LICENSE
@Stability(value=Stable) public static final LicenseModel GENERAL_PUBLIC_LICENSE
public static LicenseModel[] values()
for (LicenseModel c : LicenseModel.values()) System.out.println(c);
public static LicenseModel 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 © 2021. All rights reserved.