: Public abstract Interface
Created: 23.5.2022 18.05.03
Modified: 1.8.2022 13.54.00
Project:
Advanced:
Characterstring  is a family  of  datatypes which  represent strings of symbols  from  standard character-sets. <br/><br/>Semantics of CharacterString is in accordance with ISO/IEC 11404:2007 clause 10.1.5.<br/>
Attribute
Public CharacterSetCode
  characterSet
Details:
Notes: character set of the string<br/>
Public static Integer
  maxLength
Details:
Notes: maximum length of all instances of CharacterString<br/>
Public Integer
  size
Details:
Notes: number of characters in the string<br/>
Public Character
  value
Details:
 
Operation
Public
append( c: CharacterString,
):CharacterString
Details:
Sequential
Public
empty():CharacterString
Details:
Sequential
Notes: the string containing no values<br/>
Public
equal( c: CharacterString,
):Boolean
Details:
Sequential
Notes: true if the specified string  c equals this string, otherwise false<br/>
Public
head():CharacterString
Details:
Sequential
Notes: first character in the string<br/>
Public
isEmpty():Boolean
Details:
Sequential
Notes: true if the string contains no values, else false<br/>
Public
tail():CharacterString
Details:
Sequential
Notes: the string formed by deleting the first value, if any, from the string<br/>
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
CharacterString Interface Dependency To  
MediaType Interface Generalization From  
LanguageString Interface Generalization From  
URI Interface Generalization From  
FileName Interface Generalization From  
Anchor Interface Generalization From