public static enum FileStorageService.StandardOwner extends Enum<FileStorageService.StandardOwner>
| Enum Constant and Description |
|---|
AUTHENTICATOR |
FORM |
SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static FileStorageService.StandardOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileStorageService.StandardOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileStorageService.StandardOwner AUTHENTICATOR
public static final FileStorageService.StandardOwner FORM
public static final FileStorageService.StandardOwner SERVICE
public static FileStorageService.StandardOwner[] values()
for (FileStorageService.StandardOwner c : FileStorageService.StandardOwner.values()) System.out.println(c);
public static FileStorageService.StandardOwner 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 © 2020 Unity. All rights reserved.