public static enum DefaultAcl.OwnerPropagation extends Enum<DefaultAcl.OwnerPropagation>
Enum Constant and Description |
---|
CREATOR
The user who creates the item will be the owner.
|
USER
The user specified as the default owner will be the owner of the created item.
|
Modifier and Type | Method and Description |
---|---|
static DefaultAcl.OwnerPropagation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAcl.OwnerPropagation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultAcl.OwnerPropagation CREATOR
public static final DefaultAcl.OwnerPropagation USER
public static DefaultAcl.OwnerPropagation[] values()
for (DefaultAcl.OwnerPropagation c : DefaultAcl.OwnerPropagation.values()) System.out.println(c);
public static DefaultAcl.OwnerPropagation 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 null<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>