Interface LiteralInteger

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 LiteralInteger extends LiteralSpecification
A representation of the model object 'Literal Integer'.

A LiteralInteger is a specification of an Integer value.

The following features are supported:

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

    • getValue

      int getValue()
      Returns the value of the 'Value' attribute. The default value is "0". The specified Integer value.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Model:
      default="0" dataType="com.nomagic.uml2.ext.magicdraw.Integer" required="true" ordered="false"
      Generated:
    • setValue

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