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:
    Ows20Package.getNilValueType()
    • Method Detail

      • setNilReason

        void setNilReason​(String value)
        Sets the value of the 'Nil Reason' attribute.
        Parameters:
        value - the new value of the 'Nil Reason' attribute.
        See Also:
        getNilReason()