public final class MaplexKeyNumberResetType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexKeyNumberResetType |
Always
Key numbers are always reset.
|
static MaplexKeyNumberResetType |
Maybe
Key numbers may be reset.
|
static MaplexKeyNumberResetType |
None
Key numbers are not reset.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexKeyNumberResetType |
valueOf(java.lang.String name) |
static MaplexKeyNumberResetType[] |
values() |
public static final MaplexKeyNumberResetType None
public static final MaplexKeyNumberResetType Maybe
public static final MaplexKeyNumberResetType Always
public static MaplexKeyNumberResetType[] values()
public static MaplexKeyNumberResetType valueOf(java.lang.String name)