public static enum RemoteObject.TypeMark extends Enum<RemoteObject.TypeMark>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
MAP_ENTRIES
Map entries iterator.
|
MAP_ENTRY
Map entry.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteObject.TypeMark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteObject.TypeMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteObject.TypeMark MAP_ENTRIES
public static final RemoteObject.TypeMark MAP_ENTRY
public static RemoteObject.TypeMark[] values()
public static RemoteObject.TypeMark 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 null