public enum RelCardinality extends Enum<RelCardinality>
| Enum Constant and Description |
|---|
esriRelCardinalityManyToMany
Many To Many.
|
esriRelCardinalityOneToMany
One To Many.
|
esriRelCardinalityOneToOne
One To One.
|
| Modifier and Type | Method and Description |
|---|---|
static RelCardinality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelCardinality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelCardinality esriRelCardinalityOneToOne
public static final RelCardinality esriRelCardinalityOneToMany
public static final RelCardinality esriRelCardinalityManyToMany
public static RelCardinality[] values()
for (RelCardinality c : RelCardinality.values()) System.out.println(c);
public static RelCardinality 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.