Interface TemplateBooleanModel

  • All Superinterfaces:
    TemplateModel
    All Known Implementing Classes:
    BooleanModel

    public interface TemplateBooleanModel
    extends TemplateModel
    "boolean" template language data type; same as in Java; either true or false.

    Objects of this type should be immutable, that is, calling getAsBoolean() should always return the same value as for the first time.