|
|
|
The Model-Driven System Builder
|
|
JeeWiz Architect's Guide
|
|
|
|
Contents >
16. 'JeeWiz' Reference
|
|
|
16.6 MetaElementBase Object
| Subclassed By |
|
| Description | This is a base class for meta-property, meta-factor and meta-contained-element-base.
|
Inherited properties |
| description |
(base property)
| |
| template |
(base property)
| |
| text |
(base property)
| |
| jwpattern |
(base property)
| |
|
16.6.1 Property 'name'
|
| Description | The name of the element.
This name is overloaded so that when the property is set, the name is transformed to a Java field format.
In this format, the leading character is converted to lower case if necessary, and characters following '-' are converted to upper case.
For example, a property called 'double-barrel' will be converted to 'doubleBarrel'.
The original name can be accessed by 'getNameRaw()' in Java or '$nameRaw' in Velocity.
|
| Type | String |
16.6.2 Property 'advanced'
|
| Description | Deprecated.
Normally this is not set.
When it is set, it can be used as an indication to other processors that the property, factor or object
is intended for use only by advanced users.
|
| Type | boolean |
| Default | false |
Copyright (c) 2001-2008 New Technology/enterprise Ltd.
| |