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