public enum FolderAccessTypes extends Enum<FolderAccessTypes>
| Enum Constant and Description |
|---|
Hidden
Enumeration : Hidden
|
Public
Enumeration : Public
|
PublicInternal
Enumeration : PublicInternal
|
Shared
Enumeration : Shared
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FolderAccessTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderAccessTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderAccessTypes Shared
public static final FolderAccessTypes Public
public static final FolderAccessTypes Hidden
public static final FolderAccessTypes PublicInternal
public static FolderAccessTypes[] values()
for (FolderAccessTypes c : FolderAccessTypes.values()) System.out.println(c);
public static FolderAccessTypes 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 String toString()
toString in class Enum<FolderAccessTypes>Copyright © 2015. All Rights Reserved.