public static enum FilePropertiesDialog.Tabs extends Enum<FilePropertiesDialog.Tabs>
| Enum Constant and Description |
|---|
GENERAL |
PERMISSION |
| Modifier and Type | Method and Description |
|---|---|
static FilePropertiesDialog.Tabs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilePropertiesDialog.Tabs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilePropertiesDialog.Tabs GENERAL
public static final FilePropertiesDialog.Tabs PERMISSION
public static FilePropertiesDialog.Tabs[] values()
for (FilePropertiesDialog.Tabs c : FilePropertiesDialog.Tabs.values()) System.out.println(c);
public static FilePropertiesDialog.Tabs 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 nullCopyright © 2021 Hitachi Vantara. All rights reserved.