| Modifier and Type | Method and Description |
|---|---|
boolean |
defined() |
java.lang.String |
description() |
int |
intValue() |
long |
longValue() |
java.lang.String |
toString() |
int |
value() |
static Pathconf |
valueOf(long value) |
static Pathconf |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pathconf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pathconf _PC_FILESIZEBITS
public static final Pathconf _PC_LINK_MAX
public static final Pathconf _PC_MAX_CANON
public static final Pathconf _PC_MAX_INPUT
public static final Pathconf _PC_NAME_MAX
public static final Pathconf _PC_PATH_MAX
public static final Pathconf _PC_PIPE_BUF
public static final Pathconf _PC_2_SYMLINKS
public static final Pathconf _PC_ALLOC_SIZE_MIN
public static final Pathconf _PC_REC_INCR_XFER_SIZE
public static final Pathconf _PC_REC_MAX_XFER_SIZE
public static final Pathconf _PC_REC_MIN_XFER_SIZE
public static final Pathconf _PC_REC_XFER_ALIGN
public static final Pathconf _PC_SYMLINK_MAX
public static final Pathconf _PC_CHOWN_RESTRICTED
public static final Pathconf _PC_NO_TRUNC
public static final Pathconf _PC_VDISABLE
public static final Pathconf _PC_ASYNC_IO
public static final Pathconf _PC_PRIO_IO
public static final Pathconf _PC_SYNC_IO
public static final Pathconf __UNKNOWN_CONSTANT__
public static Pathconf[] values()
for (Pathconf c : Pathconf.values()) System.out.println(c);
public static Pathconf 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 int value()
public final java.lang.String description()
public final java.lang.String toString()
toString in class java.lang.Enum<Pathconf>public static Pathconf valueOf(long value)
Copyright © 2020. All Rights Reserved.