|
org.netbeans.modules.queries/1 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SharabilityQuery.Sharability>
org.netbeans.api.queries.SharabilityQuery.Sharability
public static enum SharabilityQuery.Sharability
Sharability constants.
| Enum Constant Summary | |
|---|---|
MIXED
Constant indicating that a directory is sharable but files and directories recursively contained in it may or may not be sharable. |
|
NOT_SHARABLE
Constant indicating that the file or directory is not sharable. |
|
SHARABLE
Constant indicating that the file or directory is sharable. |
|
UNKNOWN
Constant indicating that nothing is known about whether a given file should be considered sharable or not. |
|
| Method Summary | |
|---|---|
static SharabilityQuery.Sharability |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SharabilityQuery.Sharability[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SharabilityQuery.Sharability UNKNOWN
public static final SharabilityQuery.Sharability SHARABLE
public static final SharabilityQuery.Sharability NOT_SHARABLE
public static final SharabilityQuery.Sharability MIXED
| Method Detail |
|---|
public static SharabilityQuery.Sharability[] values()
for (SharabilityQuery.Sharability c : SharabilityQuery.Sharability.values()) System.out.println(c);
public static SharabilityQuery.Sharability 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 null
|
org.netbeans.modules.queries/1 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||