Interface MMTextValue
- All Superinterfaces:
ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
Represents an existing text.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe formatted value of the connected text.Returns the formatted value where all fill-ins are expanded.getName()Returns the name of the text.The string value of the connected text.getText()Text of the value.The element that owns this text value.Returns the text value where all fill-ins are expanded.getTextStringValue(MMText refObj, String pattern) Returns the displayed text value of the current object given by argument pattern orargument refObj.voidsetFlowDocumentValue(String value) Set the value of Attribut FlowDocumentValue.voidsetStringValue(String value) Set the value of Attribut StringValue.voidsetTextStringValue(String value) Set the value of Info TextStringValue.Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getStringValue
The string value of the connected text.- Throws:
InoNetExceptionSrvErrorException
-
setStringValue
Set the value of Attribut StringValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getFlowDocumentValue
The formatted value of the connected text.- Throws:
InoNetExceptionSrvErrorException
-
setFlowDocumentValue
Set the value of Attribut FlowDocumentValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getName
Returns the name of the text.- Throws:
InoNetExceptionSrvErrorException
-
getTextExpandedValue
Returns the text value where all fill-ins are expanded.- Throws:
InoNetExceptionSrvErrorException
-
getTextStringValue
Returns the displayed text value of the current object given by argument pattern orargument refObj.- Parameters:
refObj- A further instance of type MMText which is used to control the behaviour of the method. (see description above) This parameter is optional. (Its value can be given as null.)pattern- A string pattern. This parameter is optional. (Its value can be given as null.)- Throws:
InoNetExceptionSrvErrorException
-
setTextStringValue
Set the value of Info TextStringValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getFlowExpandedValue
Returns the formatted value where all fill-ins are expanded.- Throws:
InoNetExceptionSrvErrorException
-
getText
Text of the value.- Throws:
InoNetExceptionSrvErrorException
-
getTextAble
The element that owns this text value.- Throws:
InoNetExceptionSrvErrorException
-