Skip to content
Snippets Groups Projects
Verified Commit e2320592 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting

parent 24bffcc8
No related branches found
No related tags found
1 merge request!41REL: update changelog, bump version of pom.xml, update DEPENDENCIES
Pipeline #9415 passed
...@@ -25,22 +25,18 @@ package org.caosdb.server.entity; ...@@ -25,22 +25,18 @@ package org.caosdb.server.entity;
/** /**
* The statement status has two purposes: * The statement status has two purposes:
* *
* <p> 1. Storing the importance of an entity (any of ``OBLIGATORY``, * <p>1. Storing the importance of an entity (any of ``OBLIGATORY``, ``RECOMMENDED``, ``SUGGESTED``,
* ``RECOMMENDED``, ``SUGGESTED``, or ``FIX``). ``OBLIGATORY``, * or ``FIX``). ``OBLIGATORY``, ``RECOMMENDED``, and ``SUGGESTED`` specify whether this Entity must,
* ``RECOMMENDED``, and ``SUGGESTED`` specify whether this Entity * should or may be present, and whether the server will throw an error, a warning or nothing,
* must, should or may be present, and whether the server will throw * respectively, if it is missing. The importance is also used to specify the level of inheritance
* an error, a warning or nothing, respectively, if it is missing. The * whereby ``FIX`` means that the entity is never inherited. See <a
* importance is also used to specify the level of inheritance whereby * href="../../../../../specification/RecordType.html">the documentation of RecordTypes</a> for more
* ``FIX`` means that the entity is never inherited. See <a * information.
* href="../../../../../specification/RecordType.html">the *
* documentation of RecordTypes</a> for more information. * <p>2. Marking an entity as a ``REPLACEMENT`` which is needed for flat representation of deeply
* * nested properties. This constant is only used for internal processes and has no meaning in the
* <p> 2. Marking an entity as a ``REPLACEMENT`` which is needed for * API. That is also the reason why this enum is not called "Importance". Apart from that, in most
* flat representation of deeply nested properties. This constant is * cases its meaning is identical to the importance of an entity.
* only used for internal processes and has no meaning in the
* API. That is also the reason why this enum is not called
* "Importance". Apart from that, in most cases its meaning is
* identical to the importance of an entity.
* *
* @author Timm Fitschen (t.fitschen@indiscale.com) * @author Timm Fitschen (t.fitschen@indiscale.com)
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment