Serializable, Comparable<ConfluenceService.Storage.Representation>public static enum ConfluenceService.Storage.Representation extends Enum<ConfluenceService.Storage.Representation>
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static ConfluenceService.Storage.Representation |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConfluenceService.Storage.Representation[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceService.Storage.Representation STORAGE
public static final ConfluenceService.Storage.Representation WIKI
public static ConfluenceService.Storage.Representation[] values()
for (ConfluenceService.Storage.Representation c : ConfluenceService.Storage.Representation.values()) System.out.println(c);
public static ConfluenceService.Storage.Representation 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<ConfluenceService.Storage.Representation>Copyright © 2021. All rights reserved.