Interface LiteralReal

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, LiteralSpecification, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, ParameterableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TypedElement, ValueSpecification

public interface LiteralReal extends LiteralSpecification
A representation of the model object 'Literal Real'.

A LiteralReal is a specification of a Real value.

The following features are supported:

See Also:
Model:
annotation="MOF package='classes.mdkernel'"
Generated:
  • Method Details

    • getValue

      double getValue()
      Returns the value of the 'Value' attribute.

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

      The specified Real value.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Model:
      dataType="com.nomagic.uml2.ext.magicdraw.Real" required="true" ordered="false"
      Generated:
    • setValue

      void setValue(double value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated: