| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
defined() |
int |
intValue() |
long |
longValue() |
java.lang.String |
toString() |
int |
value() |
static Confstr |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Confstr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Confstr _CS_PATH
public static final Confstr _CS_POSIX_V7_ILP32_OFF32_CFLAGS
public static final Confstr _CS_POSIX_V7_ILP32_OFF32_LDFLAGS
public static final Confstr _CS_POSIX_V7_ILP32_OFF32_LIBS
public static final Confstr _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS
public static final Confstr _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS
public static final Confstr _CS_POSIX_V7_ILP32_OFFBIG_LIBS
public static final Confstr _CS_POSIX_V7_LP64_OFF64_CFLAGS
public static final Confstr _CS_POSIX_V7_LP64_OFF64_LDFLAGS
public static final Confstr _CS_POSIX_V7_LP64_OFF64_LIBS
public static final Confstr _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS
public static final Confstr _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS
public static final Confstr _CS_POSIX_V7_LPBIG_OFFBIG_LIBS
public static final Confstr _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS
public static final Confstr _CS_POSIX_V6_ILP32_OFF32_CFLAGS
public static final Confstr _CS_POSIX_V6_ILP32_OFF32_LDFLAGS
public static final Confstr _CS_POSIX_V6_ILP32_OFF32_LIBS
public static final Confstr _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS
public static final Confstr _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS
public static final Confstr _CS_POSIX_V6_ILP32_OFFBIG_LIBS
public static final Confstr _CS_POSIX_V6_LP64_OFF64_CFLAGS
public static final Confstr _CS_POSIX_V6_LP64_OFF64_LDFLAGS
public static final Confstr _CS_POSIX_V6_LP64_OFF64_LIBS
public static final Confstr _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS
public static final Confstr _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS
public static final Confstr _CS_POSIX_V6_LPBIG_OFFBIG_LIBS
public static final Confstr _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS
public static final long MIN_VALUE
public static final long MAX_VALUE
public static Confstr[] values()
for (Confstr c : Confstr.values()) System.out.println(c);
public static Confstr valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final java.lang.String toString()
toString in class java.lang.Enum<Confstr>public final int value()
Copyright © 2020. All Rights Reserved.