public static enum CatalogAccessControlRule.AccessMode extends Enum<CatalogAccessControlRule.AccessMode>
| Modifier and Type | Method and Description |
|---|---|
static CatalogAccessControlRule.AccessMode |
fromJson(Object value) |
String |
toString() |
static CatalogAccessControlRule.AccessMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogAccessControlRule.AccessMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogAccessControlRule.AccessMode ALL
public static final CatalogAccessControlRule.AccessMode READ_ONLY
public static final CatalogAccessControlRule.AccessMode NONE
public static CatalogAccessControlRule.AccessMode[] values()
for (CatalogAccessControlRule.AccessMode c : CatalogAccessControlRule.AccessMode.values()) System.out.println(c);
public static CatalogAccessControlRule.AccessMode 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 nullpublic String toString()
toString in class Enum<CatalogAccessControlRule.AccessMode>public static CatalogAccessControlRule.AccessMode fromJson(Object value)
Copyright © 2012–2020. All rights reserved.