public static enum EffectivityDTO.TypeEffectivityEnum extends Enum<EffectivityDTO.TypeEffectivityEnum>
| Enum Constant and Description |
|---|
DATEBASEDEFFECTIVITY |
LOTBASEDEFFECTIVITY |
SERIALNUMBERBASEDEFFECTIVITY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EffectivityDTO.TypeEffectivityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectivityDTO.TypeEffectivityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectivityDTO.TypeEffectivityEnum SERIALNUMBERBASEDEFFECTIVITY
public static final EffectivityDTO.TypeEffectivityEnum DATEBASEDEFFECTIVITY
public static final EffectivityDTO.TypeEffectivityEnum LOTBASEDEFFECTIVITY
public static EffectivityDTO.TypeEffectivityEnum[] values()
for (EffectivityDTO.TypeEffectivityEnum c : EffectivityDTO.TypeEffectivityEnum.values()) System.out.println(c);
public static EffectivityDTO.TypeEffectivityEnum 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 String toString()
toString in class Enum<EffectivityDTO.TypeEffectivityEnum>Copyright © 2019 DocDoku. All rights reserved.