public enum RelKeyRole extends Enum<RelKeyRole>
| Enum Constant and Description |
|---|
esriRelKeyRoleDestinationForeign
Destination Foreign Key
|
esriRelKeyRoleDestinationPrimary
Destination Primary Key
|
esriRelKeyRoleOriginForeign
Origin Foreign Key
|
esriRelKeyRoleOriginPrimary
Origin Primary Key
|
| Modifier and Type | Method and Description |
|---|---|
static RelKeyRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelKeyRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelKeyRole esriRelKeyRoleOriginPrimary
public static final RelKeyRole esriRelKeyRoleDestinationPrimary
public static final RelKeyRole esriRelKeyRoleOriginForeign
public static final RelKeyRole esriRelKeyRoleDestinationForeign
public static RelKeyRole[] values()
for (RelKeyRole c : RelKeyRole.values()) System.out.println(c);
public static RelKeyRole valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Revolution Systems Inc.. All rights reserved.