public enum ExtensionScopeType extends Enum<ExtensionScopeType>
| Enum Constant and Description |
|---|
READ_WRITE
Read and Write
|
WRITE_ONLY
Write Only
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionScopeType |
fromValue(String value)
Get the type from the value
|
String |
getValue()
Get the value
|
static ExtensionScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionScopeType READ_WRITE
public static final ExtensionScopeType WRITE_ONLY
public static ExtensionScopeType[] values()
for (ExtensionScopeType c : ExtensionScopeType.values()) System.out.println(c);
public static ExtensionScopeType 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 getValue()
public static ExtensionScopeType fromValue(String value)
value - valueCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.