public enum UploadSchemaType extends Enum<UploadSchemaType>
Modifier and Type | Class and Description |
---|---|
static class |
UploadSchemaType.Adapter |
Enum Constant and Description |
---|
IOS_DATA |
IOS_SURVEY |
UPLOAD_V2 |
Modifier and Type | Method and Description |
---|---|
static UploadSchemaType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static UploadSchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadSchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadSchemaType IOS_DATA
public static final UploadSchemaType IOS_SURVEY
public static final UploadSchemaType UPLOAD_V2
public static UploadSchemaType[] values()
for (UploadSchemaType c : UploadSchemaType.values()) System.out.println(c);
public static UploadSchemaType 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<UploadSchemaType>
public static UploadSchemaType fromValue(String text)
Copyright © 2022 Sage Bionetworks. All rights reserved.