public enum PresentationCode extends Enum<PresentationCode>
| Enum Constant and Description |
|---|
_ |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
S |
T |
W |
| Modifier and Type | Field and Description |
|---|---|
protected char |
code |
protected String |
description |
protected PresentationCode |
equivalence
Equivalence de facturation correspondant à un autre code presentation.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getCode() |
String |
getDescription() |
PresentationCode |
getEquivalence() |
static PresentationCode |
getPresentationCodeFor(char code) |
static PresentationCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationCode _
public static final PresentationCode A
public static final PresentationCode B
public static final PresentationCode C
public static final PresentationCode D
public static final PresentationCode E
public static final PresentationCode F
public static final PresentationCode G
public static final PresentationCode H
public static final PresentationCode I
public static final PresentationCode J
public static final PresentationCode K
public static final PresentationCode L
public static final PresentationCode M
public static final PresentationCode N
public static final PresentationCode O
public static final PresentationCode P
public static final PresentationCode Q
public static final PresentationCode S
public static final PresentationCode T
public static final PresentationCode W
protected char code
protected String description
protected PresentationCode equivalence
public static PresentationCode[] values()
for (PresentationCode c : PresentationCode.values()) System.out.println(c);
public static PresentationCode 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 char getCode()
public String getDescription()
public PresentationCode getEquivalence()
public static PresentationCode getPresentationCodeFor(char code)
Copyright © 2012–2014 Herboristerie Cailleau. All rights reserved.