public enum ProductType extends java.lang.Enum<ProductType>
Modifier and Type | Method and Description |
---|---|
static ProductType |
fromString(java.lang.String productName) |
static ProductType[] |
fromString(java.lang.String[] productNames) |
ProductModule[] |
getModules() |
java.lang.String |
getProductName() |
java.lang.String |
toString() |
static ProductType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductType NONE
public static final ProductType DYNAMIT
public static final ProductType APPSUITE
public static final ProductType NETSUITE
public static ProductType[] values()
for (ProductType c : ProductType.values()) System.out.println(c);
public static ProductType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ProductModule[] getModules()
public java.lang.String getProductName()
public java.lang.String toString()
toString
in class java.lang.Enum<ProductType>
public static ProductType fromString(java.lang.String productName)
public static ProductType[] fromString(java.lang.String[] productNames)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.