public class TimelineLayoutVersion extends Object implements Serializable, Comparable<TimelineLayoutVersion>
| Modifier and Type | Field and Description |
|---|---|
static TimelineLayoutVersion |
CURR_LAYOUT_VERSION |
static Integer |
CURR_VERSION |
static Integer |
VERSION_0 |
static Integer |
VERSION_1 |
| Constructor and Description |
|---|
TimelineLayoutVersion(Integer version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimelineLayoutVersion o) |
boolean |
equals(Object o) |
Integer |
getVersion() |
int |
hashCode() |
boolean |
isNullVersion()
For Pre 0.5.1 release, there was no metadata version.
|
String |
toString() |
public static final Integer VERSION_0
public static final Integer VERSION_1
public static final Integer CURR_VERSION
public static final TimelineLayoutVersion CURR_LAYOUT_VERSION
public TimelineLayoutVersion(Integer version)
public boolean isNullVersion()
public Integer getVersion()
public int compareTo(TimelineLayoutVersion o)
compareTo in interface Comparable<TimelineLayoutVersion>Copyright © 2024 The Apache Software Foundation. All rights reserved.