Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EnumTagDefinitionValidator

Used to validate the value set for a defined tag and contains the list of allowable {@code values}.

You must specify at least one valid value in the {@code values} array. You can't have blank or or empty strings ({@code \"\"}). Duplicate values are not allowed.

Properties

Const validatorType

validatorType: string = "ENUM"

Optional values

values: Array<string>

The list of allowed values for a definedTag value.

Methods

getDeserializedJsonObj

getJsonObj