JeeWiz Home  
The Model-Driven System Builder

JeeWiz Architect's Guide
 
Contents  >   16.  'JeeWiz' Reference
 


16.6 MetaElementBase Object

Subclassed By
metaContainedElementBase
metaFactor
metaPropertyBase
DescriptionThis 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'
 16.6.2  Property 'advanced'

16.6.1  Property 'name'
DescriptionThe 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.
TypeString

16.6.2  Property 'advanced'
DescriptionDeprecated.

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.
Typeboolean
Defaultfalse
 


Copyright (c) 2001-2008 New Technology/enterprise Ltd.