public static enum EntityConnector.ConnectionCategory extends java.lang.Enum<EntityConnector.ConnectionCategory>
| Enum Constant | Description |
|---|---|
Organic |
|
Orthogonal |
| Modifier and Type | Method | Description |
|---|---|---|
static EntityConnector.ConnectionCategory |
valueOf(java.lang.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(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 nullCopyright © 2019 SMYLD. All rights reserved.