Class Aspects
- java.lang.Object
-
- no.priv.bang.modeling.modelstore.backend.Aspects
-
public class Aspects extends Object
Constants and static functions related to aspects, which are Propertyset instances defining Propertyset schemas.
-
-
Field Summary
Fields Modifier and Type Field Description static UUID
aspectContainerAspectId
static UUID
generalObjectAspectId
static UUID
generalRelationshipAspectId
static UUID
metadataAspectId
static UUID
modelAspectId
static UUID
relationshipAspectId
-
Constructor Summary
Constructors Modifier Constructor Description private
Aspects()
-
-
-
Field Detail
-
metadataAspectId
public static final UUID metadataAspectId
-
generalObjectAspectId
public static final UUID generalObjectAspectId
-
relationshipAspectId
public static final UUID relationshipAspectId
-
generalRelationshipAspectId
public static final UUID generalRelationshipAspectId
-
modelAspectId
public static final UUID modelAspectId
-
aspectContainerAspectId
public static final UUID aspectContainerAspectId
-
-