public static enum SharingPath.SharingOperation extends Enum<SharingPath.SharingOperation>
| Modifier and Type | Method and Description |
|---|---|
static SharingPath.SharingOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharingPath.SharingOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharingPath.SharingOperation ADD
public static final SharingPath.SharingOperation REMOVE
public static SharingPath.SharingOperation[] values()
for (SharingPath.SharingOperation c : SharingPath.SharingOperation.values()) System.out.println(c);
public static SharingPath.SharingOperation 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 © 2022. All Rights Reserved.