Difference between revisions of "Concept:SMW Type"

From BITPlan profiwiki Wiki
Jump to navigation Jump to search
(transfered by WikiBackup wikiTask at 2015-11-05T19:44:55Z)
 
m (transfered by WikiBackup wikiTask at 2017-11-05T18:05:55Z)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOCACHE__
 
{{Topic
 
{{Topic
 
|name=SMW_Type
 
|name=SMW_Type
Line 4: Line 5:
 
|icon=File:Component.png
 
|icon=File:Component.png
 
|iconUrl=/images/4/40/Component.png
 
|iconUrl=/images/4/40/Component.png
|documentation=an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/fals values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
+
|documentation=an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
 
|wikiDocumentation=see  
 
|wikiDocumentation=see  
 
* https://semantic-mediawiki.org/wiki/Special:Types  
 
* https://semantic-mediawiki.org/wiki/Special:Types  
 
* https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
 
* https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
 
|defaultstoremode=subobject
 
|defaultstoremode=subobject
 +
|listLimit=
 +
|cargo=
 
|context=MetaModel
 
|context=MetaModel
 
|storemode=property
 
|storemode=property
 
}}
 
}}
{{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Topic/{{FULLPAGENAME}}|title=edit SMW_Type}}<br>
 
 
{{Topic
 
{{Topic
 
|viewmode=masterdetail
 
|viewmode=masterdetail
 
|storemode=none
 
|storemode=none
 
}}
 
}}
 +
{{#forminput:form=Property|button text=add Property}}
 
=== Documentation ===
 
=== Documentation ===
 
see  
 
see  
Line 23: Line 26:
 
=== uml ===
 
=== uml ===
 
<uml>
 
<uml>
 +
title SMW_Type
 +
note as SMW_TypeDiagramNote
 +
Copyright (c) 2015-2016 BITPlan GmbH
 +
[[http://www.bitplan.com]]
 +
end note
 +
note as SMW_TypeNote
 +
an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
 +
end note
 
class SMW_Type {
 
class SMW_Type {
 +
  Text type
 
   Text documentation
 
   Text documentation
   Text type
+
   Text id
   Text typepage
+
   URL helppage
   Text helppage
+
   Page typepage
 
   Text javaType
 
   Text javaType
 +
  Page usedByProperties
 
}
 
}
 +
SMW_TypeNote .. SMW_Type
 +
 +
Property "usedByProperties (*)" -- "smw_type(1)" SMW_Type
 
' BITPlan Corporate identity skin params
 
' BITPlan Corporate identity skin params
' Copyright (c) 2015 BITPlan GmbH
+
' Copyright (c) 2015-2017 BITPlan GmbH
 
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
 
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
 
' skinparams generated by com.bitplan.restmodelmanager
 
' skinparams generated by com.bitplan.restmodelmanager
Line 121: Line 137:
 
* [[:Template:SMW_Type]]
 
* [[:Template:SMW_Type]]
 
* [[:Form:SMW_Type]]
 
* [[:Form:SMW_Type]]
 +
topic links:
 +
 
}}
 
}}
 
[[Category:SMW_Type]]
 
[[Category:SMW_Type]]

Latest revision as of 20:05, 5 November 2017

"Component.png" has been identified to contain an invalid "/images/4/40/Component.png" authority or path component.

Topic
name  SMW_Type
pluralName  SMW_Types
icon  Component.png
icon Url  /images/4/40/Component.png
documentation  an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
wikiDocumentation  see
default storemode  subobject
list Limit  
use cargo  
context  MetaModel

properties

 namelabeltypeindexsortPosprimaryKeymandatorynamespacesizeuploadabledefaultValueinputTypeallowedValuesdocumentationvalues_fromshowInGridisLinknullabletopic
SMW Type documentationdocumentationdocumentationTypes/Text2falsefalse50falseThe documentation of this Semantic Media Wiki typeSMW Type
SMW Type helppagehelppagehelppageTypes/URL4falsefalse50falseThe url of the 'official' documentation page of this typeSMW Type
SMW Type ididid3falsefalsefalseSMW internal id of the typetrueSMW Type
SMW Type javaTypejavaTypejava TypeTypes/Text6falsefalse50falseJava mapping of this typeSMW Type
SMW Type typetypetypeTypes/Text1truetrue50falseThe Semantic MediaWiki type without the prefix e.g. Text, Number, BooleanSMW Type
SMW Type typepagetypepagetypepageTypes/Page5falsefalse50falseThe Semantic Media Wiki Special page for this specific type e.g. Special:Types/Text, Special:Types/Boolean, Special:Types/Date, Special:Types/Number, Special:Types/PageSMW Type

Documentation

see

uml


Description of concept "SMW Type"RDF feed

SMW_Types

see also

topic links:

[[SMW Type type::+]]