IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.core
Interface IProfileVersionProvider


public interface IProfileVersionProvider

Provides a mechanism for clients that implement the extension point com.ibm.xtools.ras.profile.core.profile to dynamically provide the latest major and minor version associated with the profile. This version information is required in the RelatedProfile element to support upgrading derived profiles from version to version. This interface is intended to be implemented by clients.


Method Summary
 int getVersionMajor()
          Retrieves the major version for the profile
 int getVersionMinor()
          Retrieves the minor version for the profile
 

Method Detail

getVersionMajor

public int getVersionMajor()
Retrieves the major version for the profile

Returns:
the major version for the profile

getVersionMinor

public int getVersionMinor()
Retrieves the minor version for the profile

Returns:
the minor version for the profile

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.