| Enum Constant and Description | 
|---|
AirSync  | 
FolderHierarchy  | 
ItemEstimate  | 
Settings  | 
| Modifier and Type | Method and Description | 
|---|---|
static NS | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static NS[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NS FolderHierarchy
public static final NS AirSync
public static final NS ItemEstimate
public static final NS Settings
public static NS[] values()
for (NS c : NS.values()) System.out.println(c);
public static NS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2021. All Rights Reserved.