Class: SchemaEntry

SchemaEntry()

SchemaEntry class

Constructor

new SchemaEntry()

Source:

Classes

SchemaEntry

Members

_name :string

The name of this schema entry.
Type:
  • string
Source:

name

The name of this schema entry.
Source:

Methods

hasBooleanAttribute(attributeName) → {boolean}

Whether this schema entry has this attribute (by name). This method is a stub to be overridden in SchemaEntryWithAttributes.
Parameters:
Name Type Description
attributeName string The attribute to check for.
Source:
Returns:
Whether this schema entry has this attribute.
Type
boolean