Interface MendixObjectReference

All Superinterfaces:
IMendixObjectMember<IMendixIdentifier>

public interface MendixObjectReference extends IMendixObjectMember<IMendixIdentifier>
Provides the interface for a Mendix association with type Reference.
  • Method Details

    • referenceType

      String referenceType()
      Returns the entity type of the referenced object.
      Returns:
      the name of the referenced entity
    • isBoth

      Boolean isBoth()
      Returns whether this association has Owner set to Both.
      Returns:
      True if Owner is Both; false if it is Default