Modifier and Type | Class and Description |
---|---|
static class |
EEVersion.EEType |
Modifier and Type | Field and Description |
---|---|
private static org.osgi.framework.Version |
JAVA8 |
private EEVersion.EEType |
type |
private org.osgi.framework.Version |
version |
Constructor and Description |
---|
EEVersion(org.osgi.framework.Version version,
EEVersion.EEType type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EEVersion other) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
private static final org.osgi.framework.Version JAVA8
private org.osgi.framework.Version version
private EEVersion.EEType type
public EEVersion(org.osgi.framework.Version version, EEVersion.EEType type)
public int compareTo(EEVersion other)
compareTo
in interface java.lang.Comparable<EEVersion>
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object