Difference between revisions of "Extensions.Util"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Util''' Extension}}Category:OTX-ExtensionCategory:Util == Classification == {{ClassificationExtension | Util | UPDATING... | OtxReference#Exten...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''Util''' Extension}}[[Category:OTX-Extension]][[Category:Util]]
 
{{DISPLAYTITLE:OTX '''Util''' Extension}}[[Category:OTX-Extension]][[Category:Util]]
 
== Classification ==
 
== Classification ==
{{ClassificationExtension | Util | UPDATING... | [[OtxReference#Extensions|OTX Extension]] | - | - }}
+
{{ClassificationExtension | Util | The extension is created to also simplify some common processes in OTX Core | [[OtxReference#Extensions|OTX Extension]] | - | - }}
  
 
== Introduction ==
 
== Introduction ==
UPDATING...
+
This extension includes advanced convenience functionality in addition to the OTX Core. The user has access to its terms and actions in addition to the base functionality of the core. The extension is created to also simplify some common processes in OTX Core. Especially the work with ByteFields that are handled as complex types is an important reason for some terms in the extension.
  
 
== Terms ==
 
== Terms ==
Line 11: Line 11:
 
{{TableRowKeyValueList|[[Extensions.Util.Compare|Compare]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.Compare|Compare]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.CopyByteField|CopyByteField]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.CopyByteField|CopyByteField]]|}}
 +
{{TableRowKeyValueList|[[Extensions.Util.GetRandomNumber|GetRandomNumber]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.IsInitialized|IsInitialized]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.IsInitialized|IsInitialized]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.ListIndexOf|ListIndexOf]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.ListIndexOf|ListIndexOf]]|}}
Line 24: Line 25:
 
== Exceptions ==
 
== Exceptions ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
 
{{TableRowKeyValueList|[[Extensions.Util.StringFormatException|StringFormatException]]|}}
 
{{TableRowKeyValueList|[[Extensions.Util.StringFormatException|StringFormatException]]|}}
 
+
{{TableRowKeyValueList|[[Extensions.Util.UtilException|UtilException]]|}}
|}
 
 
 
== Checker Rules ==
 
{| {{TableHeader}}
 
 
 
{{TableRowKeyValueList|[[Extensions.Persistence.UtilChk001|Util_Chk001]]|UPDATING...}}
 
{{TableRowKeyValueList|[[Extensions.Persistence.UtilChk002|Util_Chk002]]|UPDATING...}}
 
 
 
 
|}
 
|}

Latest revision as of 10:40, 5 October 2018

Classification

Name Util
Short Description The extension is created to also simplify some common processes in OTX Core
Class OTX Extension
Base Extension -
Pre-Conditions -
Specified by ISO 13209-3

Introduction

This extension includes advanced convenience functionality in addition to the OTX Core. The user has access to its terms and actions in addition to the base functionality of the core. The extension is created to also simplify some common processes in OTX Core. Especially the work with ByteFields that are handled as complex types is an important reason for some terms in the extension.

Terms

Compare
CopyByteField
GetRandomNumber
IsInitialized
ListIndexOf
ListIndexOfAny
ListReverse
ListSort
Max
Min
StringFormat

Exceptions

StringFormatException
UtilException