Click or drag to resize

ConfigurationCommonEventTypeBean Methods

The ConfigurationCommonEventTypeBean type exposes the following members.

Methods
  NameDescription
Public methodAddFieldProperty
Adds the named event property backed by the named accessor field.
Public methodAddMethodProperty
Adds the named event property backed by the named accessor method.

The accessor method is expected to be a public method with no parameters for simple event properties, or with a single integer parameter for indexed event properties, or with a single String parameter for mapped event properties.

Top
See Also