JeeWiz Home  
The Model-Driven System Builder

JeeWiz Architect's Guide
 
Contents  >   13.  'Java' Reference
 


13.9 NamedValue Object

Subclassed By
interfaceField
parameter
Descriptionnamed-value is the base for fields on classes and parameters on methods. It expresses the idea of a value with a name, a type, a multiplicity, a parent (e.g. the class instance) and constraints.
Inherited
properties
description (base property)

template (base property)

text (base property)

jwpattern (base property)

 13.9.1  Property 'name'
 13.9.2  Property 'type'

13.9.1  Property 'name'
Description Specifies the identifier for the field or parameter. This must follow the rules for identifiers (start with a letter or '_', not include '.' etc.).
TypeString
Requiredtrue

13.9.2  Property 'type'
DescriptionSpecifies the object type and may be the name of a primitive type or a class.

If the type is a class and the code requires you to qualify it (because it is ambiguous in one or more compiled files) you will have to add the qualifying package information yourself.

To specify an array, add '[]' on the end of the type, just as you would in a normal array declaration.
TypeString
DefaultString
 


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