|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IIntervalRelation.Direction>
de.jaret.util.ui.timebars.model.IIntervalRelation.Direction
public static enum IIntervalRelation.Direction
Direction of the relation.
| Enum Constant Summary | |
|---|---|
BACK
Backwards. |
|
BI
Bidirectional. |
|
FORWARD
Forward. |
|
NONE
No specified direction. |
|
| Method Summary | |
|---|---|
static IIntervalRelation.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IIntervalRelation.Direction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IIntervalRelation.Direction BI
public static final IIntervalRelation.Direction NONE
public static final IIntervalRelation.Direction FORWARD
public static final IIntervalRelation.Direction BACK
| Method Detail |
|---|
public static IIntervalRelation.Direction[] values()
for (IIntervalRelation.Direction c : IIntervalRelation.Direction.values()) System.out.println(c);
public static IIntervalRelation.Direction 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||