Serializable, Comparable<SpreadsheetSaveOptions.ProtectionTypeEnum>public static enum SpreadsheetSaveOptions.ProtectionTypeEnum extends Enum<SpreadsheetSaveOptions.ProtectionTypeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SpreadsheetSaveOptions.ProtectionTypeEnum.Adapter |
| Enum Constant | Description |
|---|---|
ALL |
|
CONTENTS |
|
NONE |
|
OBJECTS |
|
SCENARIOS |
|
STRUCTURE |
|
WINDOW |
| Modifier and Type | Method | Description |
|---|---|---|
static SpreadsheetSaveOptions.ProtectionTypeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static SpreadsheetSaveOptions.ProtectionTypeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SpreadsheetSaveOptions.ProtectionTypeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetSaveOptions.ProtectionTypeEnum NONE
public static final SpreadsheetSaveOptions.ProtectionTypeEnum ALL
public static final SpreadsheetSaveOptions.ProtectionTypeEnum CONTENTS
public static final SpreadsheetSaveOptions.ProtectionTypeEnum OBJECTS
public static final SpreadsheetSaveOptions.ProtectionTypeEnum SCENARIOS
public static final SpreadsheetSaveOptions.ProtectionTypeEnum STRUCTURE
public static final SpreadsheetSaveOptions.ProtectionTypeEnum WINDOW
public static SpreadsheetSaveOptions.ProtectionTypeEnum[] values()
for (SpreadsheetSaveOptions.ProtectionTypeEnum c : SpreadsheetSaveOptions.ProtectionTypeEnum.values()) System.out.println(c);
public static SpreadsheetSaveOptions.ProtectionTypeEnum 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 String toString()
toString in class Enum<SpreadsheetSaveOptions.ProtectionTypeEnum>public static SpreadsheetSaveOptions.ProtectionTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.