public static enum NativeImageOptions.CStandards extends Enum<NativeImageOptions.CStandards>
| Modifier and Type | Method and Description |
|---|---|
boolean |
compatibleWith(NativeImageOptions.CStandards standard) |
static NativeImageOptions.CStandards |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeImageOptions.CStandards[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeImageOptions.CStandards C89
public static final NativeImageOptions.CStandards C99
public static final NativeImageOptions.CStandards C11
public static NativeImageOptions.CStandards[] values()
public static NativeImageOptions.CStandards 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 boolean compatibleWith(NativeImageOptions.CStandards standard)