Literals"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZUMLReferencePageFo…')
 
Line 1: Line 1:
 
{{ZUMLReferencePageHeader}}
 
{{ZUMLReferencePageHeader}}
 +
 +
EL expressions define the following literals:
 +
 +
* Boolean: true and false
 +
* Integer: as in Java
 +
* Floating point: as in Java
 +
* String: with single and double quotes; " is escaped as \", ' is escaped as \', and \ is escaped as \\.
 +
* Null: null
  
 
=Version History=
 
=Version History=

Revision as of 11:48, 24 November 2010

EL expressions define the following literals:

  • Boolean: true and false
  • Integer: as in Java
  • Floating point: as in Java
  • String: with single and double quotes; " is escaped as \", ' is escaped as \', and \ is escaped as \\.
  • Null: null

Version History

Last Update : 2010/11/24


Version Date Content
     



Last Update : 2010/11/24

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.