Uses of Class
tilda.utils.json.elements.ElementDef.NestingStatus
-
Packages that use ElementDef.NestingStatus Package Description tilda.utils.json.elements -
-
Uses of ElementDef.NestingStatus in tilda.utils.json.elements
Methods in tilda.utils.json.elements that return ElementDef.NestingStatus Modifier and Type Method Description ElementDef.NestingStatus
ArrayElementEnd. getNestingStatus()
ElementDef.NestingStatus
ArrayElementStart. getNestingStatus()
ElementDef.NestingStatus
ElementArrayEnd. getNestingStatus()
ElementDef.NestingStatus
ElementArrayStart. getNestingStatus()
default ElementDef.NestingStatus
ElementDef. getNestingStatus()
ElementDef.NestingStatus
ElementEnd. getNestingStatus()
ElementDef.NestingStatus
ElementStart. getNestingStatus()
static ElementDef.NestingStatus
ElementDef.NestingStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ElementDef.NestingStatus[]
ElementDef.NestingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-