public static enum Cluster.Type extends Enum<Cluster.Type>
| Enum Constant and Description |
|---|
Cloud |
Database |
Frame |
Node |
Rectangle |
| Modifier and Type | Method and Description |
|---|---|
static Cluster.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cluster.Type Node
public static final Cluster.Type Rectangle
public static final Cluster.Type Frame
public static final Cluster.Type Cloud
public static final Cluster.Type Database
public static Cluster.Type[] values()
for (Cluster.Type c : Cluster.Type.values()) System.out.println(c);
public static Cluster.Type 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 © 2017–2020 Focus IT. All rights reserved.