com.ibm.rational.test.common.models.behavior

Interface CBVersion

  • All Superinterfaces:
    CBActionElement, CBBlock, com.ibm.rational.test.common.models.behavior.CBBlockElement, com.ibm.rational.test.common.models.behavior.edit.CBCloneable, com.ibm.rational.test.common.models.behavior.edit.CBEdit, com.ibm.rational.test.common.models.behavior.errors.CBErrorHost, CBNamedElement, com.ibm.rational.test.common.models.behavior.internal.CBTempData, org.eclipse.emf.ecore.EObject, IAdaptable, org.eclipse.emf.common.notify.Notifier


    public interface CBVersion
    extends CBBlock
    A representation of the model object 'CB Version'.

    The following features are supported:

    See Also:
    BehaviorPackage.getCBVersion()
    • Method Detail

      • getMajor

        int getMajor()
        Returns the value of the 'Major' attribute.

        If the meaning of the 'Major' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Major' attribute.
        See Also:
        CBVersion.setMajor(int), BehaviorPackage.getCBVersion_Major()
      • setMajor

        void setMajor(int value)
        Sets the value of the 'Major' attribute.
        Parameters:
        value - the new value of the 'Major' attribute.
        See Also:
        CBVersion.getMajor()
      • getMinor

        int getMinor()
        Returns the value of the 'Minor' attribute.

        If the meaning of the 'Minor' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Minor' attribute.
        See Also:
        CBVersion.setMinor(int), BehaviorPackage.getCBVersion_Minor()
      • setMinor

        void setMinor(int value)
        Sets the value of the 'Minor' attribute.
        Parameters:
        value - the new value of the 'Minor' attribute.
        See Also:
        CBVersion.getMinor()
      • getRevision

        int getRevision()
        Returns the value of the 'Revision' attribute.

        If the meaning of the 'Revision' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Revision' attribute.
        See Also:
        CBVersion.setRevision(int), BehaviorPackage.getCBVersion_Revision()
      • setRevision

        void setRevision(int value)
        Sets the value of the 'Revision' attribute.
        Parameters:
        value - the new value of the 'Revision' attribute.
        See Also:
        CBVersion.getRevision()
      • getDelta

        int getDelta()
        Returns the value of the 'Delta' attribute.

        If the meaning of the 'Delta' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Delta' attribute.
        See Also:
        CBVersion.setDelta(int), BehaviorPackage.getCBVersion_Delta()
      • setDelta

        void setDelta(int value)
        Sets the value of the 'Delta' attribute.
        Parameters:
        value - the new value of the 'Delta' attribute.
        See Also:
        CBVersion.getDelta()
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.