Interface NilValueType

All Superinterfaces:
CodeType, EObject, Notifier
All Known Implementing Classes:
NilValueTypeImpl

public interface NilValueType extends CodeType
A representation of the model object 'Nil Value Type'. The value used (e.g. -255) to represent a nil value with optional nilReason and codeSpace attributes.

The following features are supported:

See Also:
  • Method Summary

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

    Methods inherited from interface CodeType

    getCodeSpace, getValue, setCodeSpace, setValue

    Methods inherited from interface EObject

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

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details