public static enum Size.LobMultiplier extends Enum<Size.LobMultiplier>
Modifier and Type | Method and Description |
---|---|
long |
getFactor() |
static Size.LobMultiplier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Size.LobMultiplier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Size.LobMultiplier NONE
public static final Size.LobMultiplier K
public static final Size.LobMultiplier M
public static final Size.LobMultiplier G
public static Size.LobMultiplier[] values()
for (Size.LobMultiplier c : Size.LobMultiplier.values()) System.out.println(c);
public static Size.LobMultiplier 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 long getFactor()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.