StatementStatus
- public enum StatementStatus implements StatementStatusInterface
The statement status has two purposes:
Storing the importance of an entity (any of
OBLIGATORY
,RECOMMENDED
,SUGGESTED
, orFIX
).OBLIGATORY
,RECOMMENDED
, andSUGGESTED
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 wherebyFIX
means that the entity is never inherited. See the documentation of RecordTypes for more information.
- Author:
Timm Fitschen (t.fitschen@indiscale.com)
Enum Constants
FIX
- public static final StatementStatus FIX
OBLIGATORY
- public static final StatementStatus OBLIGATORY
RECOMMENDED
- public static final StatementStatus RECOMMENDED
SUGGESTED
- public static final StatementStatus SUGGESTED