| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.version.VersionDef
public class VersionDef
| Nested Class Summary | |
|---|---|
static class | 
VersionDef.Lifecycle | 
| Method Summary | |
|---|---|
 int | 
compareTo(VersionDef anotherVersion)Compares this VersionDef with the specified VersionDef.  | 
 java.lang.String | 
getDisplayName() | 
 VersionDef.Lifecycle | 
getLifecycle() | 
 VersionDef | 
getNextVersion()Gets the first supported version that is later than this version.  | 
 VersionDef | 
getPreviousVersion()Gets the first supported version that is earlier than this version.  | 
 boolean | 
isSupported() | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String getDisplayName()
public VersionDef.Lifecycle getLifecycle()
public boolean isSupported()
public VersionDef getPreviousVersion()
public VersionDef getNextVersion()
public int compareTo(VersionDef anotherVersion)
compareTo in interface java.lang.Comparable<VersionDef>anotherVersion - the VersionDef to be compared0 if the specified version is equal to this version; a value less than 0 if this version is before the specified version; and a value greater than 0 if this version is after the specified version.java.lang.NullPointerException - if anotherVersion is null
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||