@OpenApiAll public enum DependencyDirection extends java.lang.Enum<DependencyDirection>
Enum Constant and Description |
---|
BOTH
The both way dependency.
|
COLUMN_TO_ROW
The column to row dependency.
|
MULTI
Multiple dependencies
|
NONE
No dependencies
|
ROW_TO_COLUMN
The row to column dependency
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTextRepresentation() |
static DependencyDirection |
valueByRepresentation(java.lang.String representationText)
Get enum value by its representation text
|
static DependencyDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependencyDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyDirection ROW_TO_COLUMN
public static final DependencyDirection COLUMN_TO_ROW
public static final DependencyDirection BOTH
public static final DependencyDirection NONE
public static final DependencyDirection MULTI
public static DependencyDirection[] values()
for (DependencyDirection c : DependencyDirection.values()) System.out.println(c);
public static DependencyDirection 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 nullpublic java.lang.String getTextRepresentation()
public static DependencyDirection valueByRepresentation(java.lang.String representationText)
representationText
- text