public static enum IRenderService.Version extends Enum<IRenderService.Version>
| Modifier and Type | Method and Description |
|---|---|
static IRenderService.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRenderService.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRenderService.Version LONG
public static final IRenderService.Version SHORT
public static IRenderService.Version[] values()
for (IRenderService.Version c : IRenderService.Version.values()) System.out.println(c);
public static IRenderService.Version 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 nullCopyright © 2015 Molindo GmbH. All Rights Reserved.