public enum PlatformFlowableProduct extends Enum<PlatformFlowableProduct> implements com.flowable.license.FlowableProduct
| Modifier and Type | Method and Description |
|---|---|
String |
getProductName() |
String |
getProductVersion() |
static PlatformFlowableProduct |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformFlowableProduct[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformFlowableProduct PLATFORM
public static final PlatformFlowableProduct WORK
public static final PlatformFlowableProduct ENGAGE
public static PlatformFlowableProduct[] values()
for (PlatformFlowableProduct c : PlatformFlowableProduct.values()) System.out.println(c);
public static PlatformFlowableProduct 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 String getProductName()
getProductName in interface com.flowable.license.FlowableProductpublic String getProductVersion()
getProductVersion in interface com.flowable.license.FlowableProductCopyright © 2019. All rights reserved.