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
Line 13: Line 13:
* Text DataType
* Text DataType
   A text field of any kind
   A text field of any kind
** Hallo String
  !! getString String(Encoding:Encoding,Language:String)
!! getText String(abc:String)
  Returns a string with the given Encoding and Language.
</wiml>
</wiml>


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

Revision as of 14:40, 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]