|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UnixEntityAccessModeFlag>
org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
public enum UnixEntityAccessModeFlag
This is an enumeration over the different access permissions that an entity
can have for different UidGidSubject
:s.
UnixEntityMode
Enum Constant Summary | |
---|---|
EXECUTE
|
|
READ
|
|
WRITE
|
Method Summary | |
---|---|
char |
getCharValue()
Get the character value for the access permission. |
int |
getIntValue()
Get the integer value for the access permission. |
String |
getReadable()
Get a readable name for the access permission. |
String |
toString()
|
static UnixEntityAccessModeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnixEntityAccessModeFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UnixEntityAccessModeFlag READ
public static final UnixEntityAccessModeFlag WRITE
public static final UnixEntityAccessModeFlag EXECUTE
Method Detail |
---|
public static UnixEntityAccessModeFlag[] values()
for (UnixEntityAccessModeFlag c : UnixEntityAccessModeFlag.values()) System.out.println(c);
public static UnixEntityAccessModeFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getIntValue()
644
.
public char getCharValue()
rw
.
public String getReadable()
toString
implementations.
public String toString()
toString
in class Enum<UnixEntityAccessModeFlag>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |