|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PointInTimeType>
org.openstreetmap.josm.gui.history.PointInTimeType
public enum PointInTimeType
PointInTimeType enumerates two points in time in the History of an OsmPrimitive.
| Enum Constant Summary | |
|---|---|
CURRENT_POINT_IN_TIME
the point in time selected as current point when comparing two version |
|
REFERENCE_POINT_IN_TIME
the point in time selected as reference point when comparing two version |
|
| Method Summary | |
|---|---|
PointInTimeType |
opposite()
|
static PointInTimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PointInTimeType[] |
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 PointInTimeType REFERENCE_POINT_IN_TIME
public static final PointInTimeType CURRENT_POINT_IN_TIME
| Method Detail |
|---|
public static PointInTimeType[] values()
for (PointInTimeType c : PointInTimeType.values()) System.out.println(c);
public static PointInTimeType 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 nullpublic PointInTimeType opposite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||