org.openl.rules.repository
Interface CommonVersion

All Superinterfaces:
Comparable<CommonVersion>
All Known Subinterfaces:
RVersion
All Known Implementing Classes:
CommonVersionImpl

public interface CommonVersion
extends Comparable<CommonVersion>


Method Summary
 int getMajor()
           
 int getMinor()
           
 int getRevision()
           
 String getVersionName()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getMajor

int getMajor()

getMinor

int getMinor()

getRevision

int getRevision()

getVersionName

String getVersionName()


Copyright © 2010. All Rights Reserved.