public static enum EntityConnector.ConnectionCategory extends Enum<EntityConnector.ConnectionCategory>
| Enum Constant and Description |
|---|
Organic |
Orthogonal |
| Modifier and Type | Method and Description |
|---|---|
static EntityConnector.ConnectionCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityConnector.ConnectionCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityConnector.ConnectionCategory Orthogonal
public static final EntityConnector.ConnectionCategory Organic
public static EntityConnector.ConnectionCategory[] values()
for (EntityConnector.ConnectionCategory c : EntityConnector.ConnectionCategory.values()) System.out.println(c);
public static EntityConnector.ConnectionCategory 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 © 2019 SMYLD. All rights reserved.