MetadataMetamodelConstantInfo

The ConstantInfo structure contains metamodel information of the constant elements.


Properties

string
documentation Required

English language documentation for the constant element. It can contain HTML markup and documentation tags (similar to Javadoc tags).


type Required

Type of the constant element.


value Required

Value of the constant element.

JSON Example

{
	"documentation": "string",
	"type": {
		"category": "BUILTIN"
	},
	"value": {
		"category": "PRIMITIVE"
	}
}

Feedback

Was this page helpful?