
public static enum GlueLicenseManager.SecondProduct extends Enum<GlueLicenseManager.SecondProduct>
| Enum Constant and Description |
|---|
GLUE_MASTER |
UCUBE |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
static GlueLicenseManager.SecondProduct |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlueLicenseManager.SecondProduct[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlueLicenseManager.SecondProduct GLUE_MASTER
public static final GlueLicenseManager.SecondProduct UCUBE
public static GlueLicenseManager.SecondProduct[] values()
for (GlueLicenseManager.SecondProduct c : GlueLicenseManager.SecondProduct.values()) System.out.println(c);
public static GlueLicenseManager.SecondProduct 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 getClassName()
Copyright © 2013–2020 POSCO ICT. All rights reserved.