Interface MvaInfoType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
MvaInfoTypeImpl

public interface MvaInfoType extends EObject
A representation of the model object 'Mva Info Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='mva-info_._type' kind='empty'"
  • Method Details

    • getCore

      BigInteger getCore()
      Returns the value of the 'Core' attribute.

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

      Returns:
      the value of the 'Core' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" required="true" extendedMetaData="kind='attribute' name='core' namespace='##targetNamespace'"
    • setCore

      void setCore(BigInteger value)
      Sets the value of the 'Core' attribute.
      Parameters:
      value - the new value of the 'Core' attribute.
      See Also:
      Generated class or method.
    • getFaults

      BigInteger getFaults()
      Returns the value of the 'Faults' attribute.

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

      Returns:
      the value of the 'Faults' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" extendedMetaData="kind='attribute' name='faults' namespace='##targetNamespace'"
    • setFaults

      void setFaults(BigInteger value)
      Sets the value of the 'Faults' attribute.
      Parameters:
      value - the new value of the 'Faults' attribute.
      See Also:
      Generated class or method.
    • getStep

      double getStep()
      Returns the value of the 'Step' attribute.

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

      Returns:
      the value of the 'Step' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" required="true" extendedMetaData="kind='attribute' name='step' namespace='##targetNamespace'"
    • setStep

      void setStep(double value)
      Sets the value of the 'Step' attribute.
      Parameters:
      value - the new value of the 'Step' attribute.
      See Also:
      Generated class or method.
    • unsetStep

      void unsetStep()
      Unsets the value of the 'Step' attribute.
      See Also:
      Generated class or method.
    • isSetStep

      boolean isSetStep()
      Returns whether the value of the 'Step' attribute is set.
      Returns:
      whether the value of the 'Step' attribute is set.
      See Also:
      Generated class or method.
    • getStepSquared

      double getStepSquared()
      Returns the value of the 'Step Squared' attribute.

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

      Returns:
      the value of the 'Step Squared' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='step-squared' namespace='##targetNamespace'"
    • setStepSquared

      void setStepSquared(double value)
      Sets the value of the 'Step Squared' attribute.
      Parameters:
      value - the new value of the 'Step Squared' attribute.
      See Also:
      Generated class or method.
    • unsetStepSquared

      void unsetStepSquared()
      Unsets the value of the 'Step Squared' attribute.
      See Also:
      Generated class or method.
    • isSetStepSquared

      boolean isSetStepSquared()
      Returns whether the value of the 'Step Squared' attribute is set.
      Returns:
      whether the value of the 'Step Squared' attribute is set.
      See Also:
      Generated class or method.
    • getSubmodels

      BigInteger getSubmodels()
      Returns the value of the 'Submodels' attribute.

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

      Returns:
      the value of the 'Submodels' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" required="true" extendedMetaData="kind='attribute' name='submodels' namespace='##targetNamespace'"
    • setSubmodels

      void setSubmodels(BigInteger value)
      Sets the value of the 'Submodels' attribute.
      Parameters:
      value - the new value of the 'Submodels' attribute.
      See Also:
      Generated class or method.
    • getWait

      double getWait()
      Returns the value of the 'Wait' attribute.

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

      Returns:
      the value of the 'Wait' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" required="true" extendedMetaData="kind='attribute' name='wait' namespace='##targetNamespace'"
    • setWait

      void setWait(double value)
      Sets the value of the 'Wait' attribute.
      Parameters:
      value - the new value of the 'Wait' attribute.
      See Also:
      Generated class or method.
    • unsetWait

      void unsetWait()
      Unsets the value of the 'Wait' attribute.
      See Also:
      Generated class or method.
    • isSetWait

      boolean isSetWait()
      Returns whether the value of the 'Wait' attribute is set.
      Returns:
      whether the value of the 'Wait' attribute is set.
      See Also:
      Generated class or method.
    • getWaitSquared

      double getWaitSquared()
      Returns the value of the 'Wait Squared' attribute.

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

      Returns:
      the value of the 'Wait Squared' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='wait-squared' namespace='##targetNamespace'"
    • setWaitSquared

      void setWaitSquared(double value)
      Sets the value of the 'Wait Squared' attribute.
      Parameters:
      value - the new value of the 'Wait Squared' attribute.
      See Also:
      Generated class or method.
    • unsetWaitSquared

      void unsetWaitSquared()
      Unsets the value of the 'Wait Squared' attribute.
      See Also:
      Generated class or method.
    • isSetWaitSquared

      boolean isSetWaitSquared()
      Returns whether the value of the 'Wait Squared' attribute is set.
      Returns:
      whether the value of the 'Wait Squared' attribute is set.
      See Also:
      Generated class or method.