SuppressionType (enum)

API

SuppressionType.java
enum SuppressionType {
  RO     (1)
  HREF     (2)
  ID     (3)
  DOMAIN_TYPE     (4)
  TITLE     (5)
  ALL     (6)
  EnumSet<SuppressionType> all()
  EnumSet<SuppressionType> setOf(SuppressionType... types)
}
1 RO

suppress '$$RO', RO Spec representation

2 HREF

suppress '$$href', hyperlink to the representation

3 ID

suppress '$$instanceId', instance id of the domain object

4 DOMAIN_TYPE

suppress '$$domainType', object spec of the domain object

5 TITLE

suppress '$$title', title of the domain object

6 ALL

suppress all '$$…​' entries

Members

RO

suppress '$$RO', RO Spec representation

HREF

suppress '$$href', hyperlink to the representation

ID

suppress '$$instanceId', instance id of the domain object

DOMAIN_TYPE

suppress '$$domainType', object spec of the domain object

TITLE

suppress '$$title', title of the domain object

ALL

suppress all '$$…​' entries