Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Name"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/ooem/UMLClass/1.0 | Meta_Encoding = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:business/foundation/entities | Meta_Category = Type:org/oomodels...)
 
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Metabox
{{Metabox
| Meta_Type    = Type:org/ooem/UMLClass/1.0
| Meta_Type    = Type:org/oomodels/WIML/1.0
| Meta_Encoding = Type:org/xocp/OCP/xml/2.0
| Meta_Domain  = Domain:business/foundation/entities
| Meta_Domain  = Domain:business/foundation/entities
| Meta_Category = Type:org/oomodels/wiki/Model
| Meta_Category = Type:org/oomodels/wiki/Model
| Meta_Download = true
| Meta_Download = true
| Meta_Diagram = Artefact:Diagram/org/oomodels/sandbox/business/foundation/entities/Entities
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
| Meta_Maturity = work in progress
| Meta_Maturity = work in progress
}}
}}
Line 10: Line 12:
== Code ==
== Code ==


<div class="code">
<wiml>
<?xml version="1.0" encoding="UTF-8"?>
* Name AbstractDataType
<UMLClass Name="Name" xmlns="http://www.ooem.org/1.0">
  The name of an entity, i.e. a person, a company or an organisation
<div class="comment">
</wiml>
  <Description>
    <para>
      The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]].
    </para>
  </Description>
</div>
<div class="attribute">
  <Attribute Name="FullName" ReturnType="String" IsReadOnly="true"/>
</div>
<div class="attribute">
  <Attribute Name="SortableName" ReturnType="String" IsReadOnly="true"/>
</div>
<div class="attribute">
  <Attribute Name="Salutation" ReturnType="String" IsReadOnly="true"/>
</div>
</UMLClass>
</div>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== Work In Progress ==


The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]]
<pre>
* Name
  <= Phrase=org/oomodels/sandbox/business/datatypes/text/Phrase
  The name of a Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person
 
 
Well the following better not here, but in a "text rendering class", like NameRenderer<German> or alike
 
 
** FullName Phrase
  Complete information, includes all parts.
  + UML
    - ReadOnly=true
** SortableName Phrase
  To be used for sorting.
  + UML
    - ReadOnly=true
** Salutation Phrase
  To be used in letters.
  + UML
    - ReadOnly=true
</pre>

Latest revision as of 13:20, 15 November 2009

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/entities
Category Type:org/oomodels/wiki/Model
Maturity work in progress
More
Download Code
Diagram
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]

Name
«AbstractDataType»
The name of an entity, i.e. a person, a company or an organisation


Work In Progress[edit]

* Name
  <= Phrase=org/oomodels/sandbox/business/datatypes/text/Phrase
  The name of a Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person


Well the following better not here, but in a "text rendering class", like NameRenderer<German> or alike


** FullName Phrase
   Complete information, includes all parts.
   + UML
     - ReadOnly=true
** SortableName Phrase
   To be used for sorting.
   + UML
     - ReadOnly=true
** Salutation Phrase
   To be used in letters.
   + UML
     - ReadOnly=true