All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
VariationImpl

public interface Variation extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Variation'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getType

      VariationType getType()
      Returns the value of the 'Type' reference.

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

      Returns:
      the value of the 'Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setType

      void setType(VariationType value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' reference.
      See Also:
      Generated class or method.
    • getValueProvider

      ValueProvider getValueProvider()
      Returns the value of the 'Value Provider' containment reference.

      If the meaning of the 'Value Provider' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Value Provider' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setValueProvider

      void setValueProvider(ValueProvider value)
      Sets the value of the ' Value Provider' containment reference.
      Parameters:
      value - the new value of the 'Value Provider' containment reference.
      See Also:
      Generated class or method.
    • getMinValue

      double getMinValue()
      Returns the value of the 'Min Value' attribute.

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

      Returns:
      the value of the 'Min Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setMinValue

      void setMinValue(double value)
      Sets the value of the 'Min Value' attribute.
      Parameters:
      value - the new value of the 'Min Value' attribute.
      See Also:
      Generated class or method.
    • getMaxValue

      double getMaxValue()
      Returns the value of the 'Max Value' attribute.

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

      Returns:
      the value of the 'Max Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setMaxValue

      void setMaxValue(double value)
      Sets the value of the 'Max Value' attribute.
      Parameters:
      value - the new value of the 'Max Value' attribute.
      See Also:
      Generated class or method.
    • getMaxVariations

      long getMaxVariations()
      Returns the value of the 'Max Variations' attribute.

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

      Returns:
      the value of the 'Max Variations' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setMaxVariations

      void setMaxVariations(long value)
      Sets the value of the 'Max Variations' attribute.
      Parameters:
      value - the new value of the 'Max Variations' attribute.
      See Also:
      Generated class or method.
    • getVariedObjectId

      String getVariedObjectId()
      Returns the value of the 'Varied Object Id' attribute.

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

      Returns:
      the value of the 'Varied Object Id' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setVariedObjectId

      void setVariedObjectId(String value)
      Sets the value of the 'Varied Object Id' attribute.
      Parameters:
      value - the new value of the 'Varied Object Id' attribute.
      See Also:
      Generated class or method.
    • getName

      String getName()
      Returns the value of the 'Name' attribute.

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

      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.