@Deprecated public final class Syntax extends Object
Modifier and Type | Field and Description |
---|---|
static Syntax |
ANY
Deprecated.
value is a free form text, would be typically shown in as editable
text field
|
static Syntax |
ANY_SEARCHABLE
Deprecated.
value is a free form text, could also search from a large set of values
|
static Syntax |
CONSTANT
Deprecated.
value is a constant string, would be typically shown as non
editable text
|
static Syntax |
LIST
Deprecated.
value is a free form multi list text field
|
static Syntax |
MULTIPLE_CHOICE
Deprecated.
value is multiple choice from list
|
static Syntax |
NONE
Deprecated.
no value is allowed
|
static Syntax |
SINGLE_CHOICE
Deprecated.
value is a single choice from a list
|
public static final Syntax ANY
public static final Syntax ANY_SEARCHABLE
public static final Syntax CONSTANT
public static final Syntax SINGLE_CHOICE
public static final Syntax MULTIPLE_CHOICE
Copyright © 2010-2016, ForgeRock All Rights Reserved.