IBM Rational Software Modeler
Release 6.0

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


public interface IProfileExtension

IProfileExtension provides access to the profile information supplied by implementers of the extension point com.ibm.xtools.ras.profile.core.profile. This interface is not intended to be implemented by clients.


Method Summary
 String getDescription()
          Retrieves the description of the profile.
 String getID()
          Retrieves the ID of the profile.
 String getName()
          Retrieves the name of the profile.
 String getURI()
          Retrieves the EMF namespace URI for the generated profile.
 int getVersionMajor()
          Retrieves the major version of the profile.
 int getVersionMinor()
          Retrieves the minor version of the profile.
 

Method Detail

getName

public String getName()
Retrieves the name of the profile.

Returns:
the name of the profile.

getID

public String getID()
Retrieves the ID of the profile.

Returns:
the ID of the profile.

getURI

public String getURI()
Retrieves the EMF namespace URI for the generated profile.

Returns:
the EMF namespace URI for the generated profile.

getDescription

public String getDescription()
Retrieves the description of the profile.

Returns:
the description of the profile.

getVersionMajor

public int getVersionMajor()
Retrieves the major version of the profile.

Returns:
the major version of the profile.

getVersionMinor

public int getVersionMinor()
Retrieves the minor version of the profile.

Returns:
the minor version of the profile.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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