@Deprecated public enum DescriptionLogic extends Enum<DescriptionLogic>
Enum Constant and Description |
---|
EL
Deprecated.
|
FL0
Deprecated.
|
FLE
Deprecated.
|
FLG
Deprecated.
|
FLQ
Deprecated.
|
L0
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
Constructor[] |
constructors
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DescriptionLogic |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DescriptionLogic[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptionLogic L0
public static final DescriptionLogic EL
public static final DescriptionLogic FL0
public static final DescriptionLogic FLE
public static final DescriptionLogic FLG
public static final DescriptionLogic FLQ
public final Constructor[] constructors
public static DescriptionLogic[] values()
for (DescriptionLogic c : DescriptionLogic.values()) System.out.println(c);
public static DescriptionLogic 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 © 2010–2019 Francesco Kriegel. All rights reserved.