Class JsonSchemaElementValueNode
java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaNode
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaElementValueNode
The JsonSchemaElementValueNode class represents a JSON Schema node for element values.
It extends the JsonSchemaNode class and provides methods to manage element value nodes.
-
Field Summary
Fields inherited from class org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaNode
name, node -
Constructor Summary
ConstructorsConstructorDescriptionJsonSchemaElementValueNode(String id, String type) Constructs a new JsonSchemaElementValueNode with the specified ID and type. -
Method Summary
-
Constructor Details
-
JsonSchemaElementValueNode
Constructs a new JsonSchemaElementValueNode with the specified ID and type.- Parameters:
id- the identifier for the JSON Schema nodetype- the type of the JSON Schema node
-