Package com.mendix.systemwideinterfaces.core.meta
-
Interface Summary Interface Description IDataValidation Represents a validation rule of an entity (IMetaObject) for an attribute (IMetaPrimitive).IMetaAssociation Represents the type of an association member of an entity (IMetaObject).IMetaEnumeration Represents and enumeration.IMetaEnumValue Represents an enumeration value.IMetaObject Represents an entity in the domain model.IMetaObjectAccess Represents the access rules apply to an entity (Mendix object).IMetaObjectIndex Representation of a database index for an entity member.IMetaPrimitive Represents the type of an attribute member of an entity (IMetaObject). -
Enum Summary Enum Description IDataValidation.ValidationType Defines the types of validations that exist.IMetaAssociation.AssociationOwner Defines the owner of the association.IMetaAssociation.AssociationType Defines the type of the association.IMetaAssociation.DeleteBehaviourChild Defines the child's delete behaviour of the association.IMetaAssociation.DeleteBehaviourParent Defines the parent's delete behaviour of the association.IMetaPrimitive.PrimitiveType Defines all primitive types.IMetaPrimitive.ValueType Defines all possible value types.