public enum EChurchExtension extends java.lang.Enum<EChurchExtension>
| Enum Constant | Description |
|---|---|
EXTENDED_ONCE |
|
EXTENDED_TWICE |
|
NONE |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<EChurchExtension> |
getNextExtensionLevel() |
Retrieve the next extension level if one is available.
|
static EChurchExtension |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EChurchExtension[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChurchExtension NONE
public static final EChurchExtension EXTENDED_ONCE
public static final EChurchExtension EXTENDED_TWICE
public static EChurchExtension[] values()
for (EChurchExtension c : EChurchExtension.values()) System.out.println(c);
public static EChurchExtension valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.util.Optional<EChurchExtension> getNextExtensionLevel()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.