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