@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
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object arg)
Deprecated.
Checks whether the argument object is equal to this Syntax
|
String |
toString()
Deprecated.
Returns the string representation of this object.
|
public static final Syntax ANY
public static final Syntax LIST
public static final Syntax ANY_SEARCHABLE
public static final Syntax NONE
public static final Syntax CONSTANT
public static final Syntax SINGLE_CHOICE
public static final Syntax MULTIPLE_CHOICE
public String toString()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.