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