|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.network.QUrlInfo.PermissionSpec
public static final class QUrlInfo.PermissionSpec
This enum is used by the permissions()
function to report the permissions of a file.
Field Summary | |
---|---|
static QUrlInfo.PermissionSpec |
ExeGroup
The file is executable by the group. |
static QUrlInfo.PermissionSpec |
ExeOther
The file is executable by anyone. |
static QUrlInfo.PermissionSpec |
ExeOwner
The file is executable by the owner of the file. |
static QUrlInfo.PermissionSpec |
ReadGroup
The file is readable by the group. |
static QUrlInfo.PermissionSpec |
ReadOther
The file is readable by anyone. |
static QUrlInfo.PermissionSpec |
ReadOwner
The file is readable by the owner of the file. |
static QUrlInfo.PermissionSpec |
WriteGroup
The file is writable by the group. |
static QUrlInfo.PermissionSpec |
WriteOther
The file is writable by anyone. |
static QUrlInfo.PermissionSpec |
WriteOwner
The file is writable by the owner of the file. |
Method Summary | |
---|---|
static QUrlInfo.PermissionSpec |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QUrlInfo.PermissionSpec |
valueOf(java.lang.String name)
|
static QUrlInfo.PermissionSpec[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QUrlInfo.PermissionSpec ReadOwner
public static final QUrlInfo.PermissionSpec WriteOwner
public static final QUrlInfo.PermissionSpec ExeOwner
public static final QUrlInfo.PermissionSpec ReadGroup
public static final QUrlInfo.PermissionSpec WriteGroup
public static final QUrlInfo.PermissionSpec ExeGroup
public static final QUrlInfo.PermissionSpec ReadOther
public static final QUrlInfo.PermissionSpec WriteOther
public static final QUrlInfo.PermissionSpec ExeOther
Method Detail |
---|
public static QUrlInfo.PermissionSpec[] values()
public static QUrlInfo.PermissionSpec valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QUrlInfo.PermissionSpec resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |