public static enum ExportDescriptor.Source extends Enum<ExportDescriptor.Source>
Modifier and Type | Method and Description |
---|---|
static ExportDescriptor.Source |
fromString(String src) |
String |
toString() |
static ExportDescriptor.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDescriptor.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportDescriptor.Source CLOUD
public static final ExportDescriptor.Source SERVER
public static ExportDescriptor.Source[] values()
for (ExportDescriptor.Source c : ExportDescriptor.Source.values()) System.out.println(c);
public static ExportDescriptor.Source 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 ExportDescriptor.Source fromString(String src)
public String toString()
toString
in class Enum<ExportDescriptor.Source>
Copyright © 2003–2018 Atlassian. All rights reserved.