All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.revolsys.gis.esri.gdb.xml.model.enums.RelKeyRole Maven / Gradle / Ivy

The newest version!
package com.revolsys.gis.esri.gdb.xml.model.enums;

public enum RelKeyRole {
  /** Origin Primary Key */
  esriRelKeyRoleOriginPrimary,

  /** Destination Primary Key */
  esriRelKeyRoleDestinationPrimary,

  /** Origin Foreign Key */
  esriRelKeyRoleOriginForeign,

  /** Destination Foreign Key */
  esriRelKeyRoleDestinationForeign;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy