Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/datatypes/text/Text"

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | sandbox‎ | business‎ | datatypes‎ | text
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 13: Line 13:
* Text DataType
* Text DataType
   A text field of any kind
   A text field of any kind
** Value String
  !! getString String(Encoding:Encoding?,Language:String?)
  Returns a string with the given Encoding and Language.
</wiml>
</wiml>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== {{Type:org/oomodels/wiki/doclet/Description}} ==

Latest revision as of 15:15, 28 October 2008

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Code[edit]

Text
«DataType»
A text field of any kind
getStringString (Encoding: Encoding ?, Language: String ?) «»
Returns a string with the given Encoding and Language.


Description[edit]