public enum ProjectionConverter extends Enum<ProjectionConverter>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
static ProjectionConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectionConverter ENABLED
public static final ProjectionConverter DISABLED
public static ProjectionConverter[] values()
for (ProjectionConverter c : ProjectionConverter.values()) System.out.println(c);
public static ProjectionConverter 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 boolean isEnabled()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.