public enum WEEEsEndOfLifeState extends Enum<WEEEsEndOfLifeState>
Enum Constant and Description |
---|
BROKEN
The device is broken and is feasible to recover its materials.
|
REUSABLE
The device can be repaired and reused.
|
WORKING
The device is still in working order.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
double |
Value() |
static WEEEsEndOfLifeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WEEEsEndOfLifeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WEEEsEndOfLifeState WORKING
public static final WEEEsEndOfLifeState REUSABLE
public static final WEEEsEndOfLifeState BROKEN
public static WEEEsEndOfLifeState[] values()
for (WEEEsEndOfLifeState c : WEEEsEndOfLifeState.values()) System.out.println(c);
public static WEEEsEndOfLifeState 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<WEEEsEndOfLifeState>
public double Value()
Copyright © 2020. All rights reserved.