public enum Zone extends Enum<Zone>
| Enum Constant and Description |
|---|
ZC
Zone de conditionnement.
|
ZE
Zone d'entrepot-fabrication.
|
ZP
Zone de partance-expedition.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClient() |
static Zone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zone ZC
public static final Zone ZE
public static final Zone ZP
public static Zone[] values()
for (Zone c : Zone.values()) System.out.println(c);
public static Zone 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 int getClient()
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.