Class MissingElementDataConstants
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.MissingElementDataConstants
-
public class MissingElementDataConstants extends Object
Data entry field used in the codeAction/resolve for inserting missing elements.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_ELEMENT_FIELDThe element name used to identify which choice element is to be generated.static StringDATA_REQUIRED_FIELDIndicates whether only required elements is to be generated or all.
-
Constructor Summary
Constructors Constructor Description MissingElementDataConstants()
-
-
-
Field Detail
-
DATA_ELEMENT_FIELD
public static final String DATA_ELEMENT_FIELD
The element name used to identify which choice element is to be generated.- See Also:
- Constant Field Values
-
DATA_REQUIRED_FIELD
public static final String DATA_REQUIRED_FIELD
Indicates whether only required elements is to be generated or all.- See Also:
- Constant Field Values
-
-