Types

String

Available operations for Strings:

Integer

The Integer type represents integer values.

Available operations for integers:

Real

Available operations for reals:

Boolean

List

The List type represents an ordered list. A List is untyped and can contain any kind of values or objects.

Available operations for the List type:

Hashtable (Dictionary)

The Hashtable type represents a dictionary of key/value pairs. It's semantics is similar to that of Java Hashtable.

Available operations for the Hashtable type

PropertyMap

The PropertyMap is storable dictionary, similar to Java Properties. Its a specialiastion of Hashtable

Available operations for the PropertyMap (in addition to Hashtable operations) are

Object

The Object type can represent any type. Variables of this type may reference any kind of value or object.

Available operation for object types (i.e. for any kind of object):

Model

Available operations for model types:

Model Collection Operations