public static enum Entry.PosixEntity extends Enum<Entry.PosixEntity> implements Entry.Entity
Modifier and Type | Method and Description |
---|---|
static Entry.PosixEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.PosixEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entry.PosixEntity GROUP
public static final Entry.PosixEntity OTHER
public static final Entry.PosixEntity USER
public static Entry.PosixEntity 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 static Entry.PosixEntity[] values()
for (Entry.PosixEntity c : Entry.PosixEntity.values()) System.out.println(c);
Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.