public static enum PlaceTopic.EnumIconSize extends Enum<PlaceTopic.EnumIconSize>
| Enum Constant and Description |
|---|
VALUE_24 |
VALUE_36 |
VALUE_48 |
VALUE_72 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PlaceTopic.EnumIconSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceTopic.EnumIconSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaceTopic.EnumIconSize VALUE_24
public static final PlaceTopic.EnumIconSize VALUE_36
public static final PlaceTopic.EnumIconSize VALUE_48
public static final PlaceTopic.EnumIconSize VALUE_72
public static PlaceTopic.EnumIconSize[] values()
for (PlaceTopic.EnumIconSize c : PlaceTopic.EnumIconSize.values()) System.out.println(c);
public static PlaceTopic.EnumIconSize 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 nullpublic String toString()
toString in class Enum<PlaceTopic.EnumIconSize>Copyright © 2020. All rights reserved.