Constant Field Values

Contents

com.gentics.*

  • com.gentics.contentnode.rest.model.formtype.BooleanSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "boolean"
  • com.gentics.contentnode.rest.model.formtype.DateSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "date"
  • com.gentics.contentnode.rest.model.formtype.IntegerSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "integer"
  • com.gentics.contentnode.rest.model.formtype.NumberSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "number"
  • com.gentics.contentnode.rest.model.formtype.OptionsSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "options"
  • com.gentics.contentnode.rest.model.formtype.ReferenceSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "reference"
  • com.gentics.contentnode.rest.model.formtype.SelectSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "select"
  • com.gentics.contentnode.rest.model.formtype.StringSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "string"
  • com.gentics.contentnode.rest.model.formtype.TranslationSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "translation"
  • com.gentics.contentnode.rest.model.formtype.UserSetting
    Modifier and Type
    Constant Field
    Value
    public static final String
    "user"