com.esri.sde.sdk.client
Class SeRelease

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRelease
All Implemented Interfaces:
java.lang.Cloneable

public class SeRelease
extends java.lang.Object
implements java.lang.Cloneable

Represents the version description of an ArcSDE instance.


Constructor Summary
SeRelease()
          Sets the release fields to zero.
 
Method Summary
 java.lang.Object clone()
          Clones the SeRelease object.
 int getBugFix()
          Returns the bug fix version number of the release.
 java.lang.String getDesc()
          Returns a String description of the release.
 int getMajor()
          Returns the Major component of the release.
 int getMinor()
          Returns the Minor component of the release.
 int getRelease()
          Returns the release number.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeRelease

public SeRelease()
Sets the release fields to zero.

Method Detail

getMajor

public int getMajor()
Returns the Major component of the release.


getMinor

public int getMinor()
Returns the Minor component of the release.


getBugFix

public int getBugFix()
Returns the bug fix version number of the release.


getDesc

public java.lang.String getDesc()
Returns a String description of the release.


getRelease

public int getRelease()
Returns the release number.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones the SeRelease object.

Overrides:
clone in class java.lang.Object
Returns:
a SeRelease as type Object.
Throws:
java.lang.CloneNotSupportedException - if an error occurs