public static enum Schema.Type extends Enum<Schema.Type>
| Enum Constant and Description |
|---|
Any |
Array |
Boolean |
Integer |
Number |
Object |
String |
Uri |
| Modifier and Type | Method and Description |
|---|---|
String |
format() |
String |
toString() |
static Schema.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.Type Any
public static final Schema.Type Object
public static final Schema.Type Array
public static final Schema.Type Number
public static final Schema.Type Integer
public static final Schema.Type Boolean
public static final Schema.Type String
public static final Schema.Type Uri
public static Schema.Type[] values()
for (Schema.Type c : Schema.Type.values()) System.out.println(c);
public static Schema.Type 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<Schema.Type>public String format()
Copyright © 2017 Atlassian. All rights reserved.