StatementStatus#

public enum StatementStatus implements StatementStatusInterface#

The statement status has two purposes:

  1. Storing the importance of an entity (any of OBLIGATORY, RECOMMENDED, SUGGESTED, or FIX). OBLIGATORY, RECOMMENDED, and SUGGESTED specify whether this Entity must, should or may be present, and whether the server will throw an error, a warning or nothing, respectively, if it is missing. The importance is also used to specify the level of inheritance whereby FIX means that the entity is never inherited. See the documentation of RecordTypes for more information.

  2. The statement status is used to indicated that a Property is a replacement (see ReplacedProperty).

Author:

Timm Fitschen (t.fitschen@indiscale.com)

Enum Constants#

FIX#

public static final StatementStatus FIX#

OBLIGATORY#

public static final StatementStatus OBLIGATORY#

SUGGESTED#

public static final StatementStatus SUGGESTED#