public final class MaplexAbbreviationType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexAbbreviationType |
Ending
Ending type which abbreviates when needed for space for words at the end of the string (like a street type).
|
static MaplexAbbreviationType |
Keyword
Keyword type which abbreviates when needed for space.
|
static MaplexAbbreviationType |
Translation
Translation type which always abbreviates.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexAbbreviationType |
valueOf(java.lang.String name) |
static MaplexAbbreviationType[] |
values() |
public static final MaplexAbbreviationType Translation
public static final MaplexAbbreviationType Keyword
public static final MaplexAbbreviationType Ending
public static MaplexAbbreviationType[] values()
public static MaplexAbbreviationType valueOf(java.lang.String name)