Class PartialEntityReference

    • Constructor Detail

      • PartialEntityReference

        public PartialEntityReference​(String name,
                                      EntityType type)
        Create a new root EntityReference.
        Parameters:
        name - name for the newly created entity reference, could not be null.
        type - type for the newly created entity reference, could not be null.
      • PartialEntityReference

        public PartialEntityReference​(String name,
                                      EntityType type,
                                      EntityReference parent)
        Create a new EntityReference.
        Parameters:
        name - name for the newly created entity reference, could not be null.
        type - type for the newly created entity reference, could not be null.
        parent - parent reference for the newly created entity reference, may be null.