public static enum FieldMetadata.AccessLevel extends Enum<FieldMetadata.AccessLevel>
| Enum Constant and Description |
|---|
Private |
Public |
TechPreview |
| Modifier and Type | Method and Description |
|---|---|
static FieldMetadata.AccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMetadata.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PUBLIC") public static final FieldMetadata.AccessLevel Public
@SerializedName(value="PRIVATE") public static final FieldMetadata.AccessLevel Private
@SerializedName(value="PUBLIC_TECH_PREVIEW") public static final FieldMetadata.AccessLevel TechPreview
public static FieldMetadata.AccessLevel[] values()
for (FieldMetadata.AccessLevel c : FieldMetadata.AccessLevel.values()) System.out.println(c);
public static FieldMetadata.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 nullCopyright © 2021 Micro Focus. All rights reserved.