public static enum Constants.CMAFieldType extends java.lang.Enum<Constants.CMAFieldType>
Enum Constant and Description |
---|
Array |
Boolean |
Date |
Integer |
Link |
Location |
Number |
Object |
RichText |
Symbol |
Text |
Modifier and Type | Method and Description |
---|---|
static Constants.CMAFieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CMAFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.CMAFieldType Array
public static final Constants.CMAFieldType Boolean
public static final Constants.CMAFieldType Date
public static final Constants.CMAFieldType Integer
public static final Constants.CMAFieldType Link
public static final Constants.CMAFieldType Location
public static final Constants.CMAFieldType Number
public static final Constants.CMAFieldType Object
public static final Constants.CMAFieldType Symbol
public static final Constants.CMAFieldType Text
public static final Constants.CMAFieldType RichText
public static Constants.CMAFieldType[] values()
for (Constants.CMAFieldType c : Constants.CMAFieldType.values()) System.out.println(c);
public static Constants.CMAFieldType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2019 Contentful, GmbH.. All Rights Reserved.