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.NestingStatusArrayElementEnd. getNestingStatus()ElementDef.NestingStatusArrayElementStart. getNestingStatus()ElementDef.NestingStatusElementArrayEnd. getNestingStatus()ElementDef.NestingStatusElementArrayStart. getNestingStatus()default ElementDef.NestingStatusElementDef. getNestingStatus()ElementDef.NestingStatusElementEnd. getNestingStatus()ElementDef.NestingStatusElementStart. getNestingStatus()static ElementDef.NestingStatusElementDef.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.
-