public static enum GoogleSignin.Height extends Enum<GoogleSignin.Height>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static GoogleSignin.Height |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleSignin.Height[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleSignin.Height TALL
public static final GoogleSignin.Height STANDARD
public static final GoogleSignin.Height SHORT
public static GoogleSignin.Height[] values()
for (GoogleSignin.Height c : GoogleSignin.Height.values()) System.out.println(c);
public static GoogleSignin.Height 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 getValue()
Copyright © 2020 Vaadin Ltd. All rights reserved.