public static enum CompartmentMetadata.AccessLevel extends Enum<CompartmentMetadata.AccessLevel> implements BmcEnum
The access level.
Enum Constant and Description |
---|
Accessible |
Inaccessible |
Visible |
Modifier and Type | Method and Description |
---|---|
static CompartmentMetadata.AccessLevel |
create(String key) |
String |
getValue() |
static CompartmentMetadata.AccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompartmentMetadata.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompartmentMetadata.AccessLevel Accessible
public static final CompartmentMetadata.AccessLevel Visible
public static final CompartmentMetadata.AccessLevel Inaccessible
public static CompartmentMetadata.AccessLevel[] values()
for (CompartmentMetadata.AccessLevel c : CompartmentMetadata.AccessLevel.values()) System.out.println(c);
public static CompartmentMetadata.AccessLevel 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 static CompartmentMetadata.AccessLevel create(String key)
Copyright © 2016–2024. All rights reserved.