public static enum PbModalContainer.Size extends Enum<PbModalContainer.Size>
| Modifier and Type | Method and Description |
|---|---|
static PbModalContainer.Size |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbModalContainer.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbModalContainer.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbModalContainer.Size SM
public static final PbModalContainer.Size __EMPTY__
public static final PbModalContainer.Size LG
public static PbModalContainer.Size[] values()
for (PbModalContainer.Size c : PbModalContainer.Size.values()) System.out.println(c);
public static PbModalContainer.Size 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<PbModalContainer.Size>public String value()
public static PbModalContainer.Size fromValue(String value)
Copyright © 2020. All rights reserved.