public enum GMAOTypeMembre extends Enum<GMAOTypeMembre>
| Enum Constant and Description | 
|---|
| COLLABORATEUR | 
| CONTACT | 
| MEMBRE | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| String | value() | 
| static GMAOTypeMembre | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GMAOTypeMembre[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GMAOTypeMembre MEMBRE
public static final GMAOTypeMembre COLLABORATEUR
public static final GMAOTypeMembre CONTACT
public static GMAOTypeMembre[] values()
for (GMAOTypeMembre c : GMAOTypeMembre.values()) System.out.println(c);
public static GMAOTypeMembre 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 final String value()
public final String getValue()
Copyright © 2016. All rights reserved.