public static enum Group.EnumIconSize extends Enum<Group.EnumIconSize>
Enum Constant and Description |
---|
VALUE_16 |
VALUE_34 |
VALUE_50 |
VALUE_68 |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Group.EnumIconSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.EnumIconSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="16") public static final Group.EnumIconSize VALUE_16
@SerializedName(value="34") public static final Group.EnumIconSize VALUE_34
@SerializedName(value="50") public static final Group.EnumIconSize VALUE_50
@SerializedName(value="68") public static final Group.EnumIconSize VALUE_68
public static Group.EnumIconSize[] values()
for (Group.EnumIconSize c : Group.EnumIconSize.values()) System.out.println(c);
public static Group.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<Group.EnumIconSize>
Copyright © 2023. All rights reserved.