Interface IntegerLiteral

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, Literal, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IntegerLiteralImpl

public interface IntegerLiteral extends Literal
A representation of the model object 'Integer Literal'. IntegerLiteral is a [=literal=] that represents a 32-bit integer value.

The following features are supported:

See Also:
Generated:
Model:
annotation="https://tabatkins.github.io/bikeshed heading='Literals'"
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Value' attribute.
    void
    Sets the value of the 'Value' attribute.

    Methods inherited from interface io.opencaesar.oml.Element

    extraValidate, getOntology

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface io.opencaesar.oml.Literal

    getLexicalValue, getStringValue

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getValue

      Integer getValue()
      Returns the value of the 'Value' attribute. The default value is "0". The int value of this literal
      Specified by:
      getValue in interface Literal
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated:
      Model:
      default="0" unique="false"
    • setValue

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

      String getTypeIri()
      Specified by:
      getTypeIri in interface Literal
      Generated:
      Model:
      kind="operation" unique="false"