Interface MMTextValue
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
public interface MMTextValue extends ELContainerAble, ELContAsgnAble
Represents an existing text.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MMTextValue.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFlowDocumentValue()
The formatted value of the connected text.java.lang.String
getFlowExpandedValue()
Returns the formatted value where all fill-ins are expanded.java.lang.String
getName()
Returns the name of the text.java.lang.String
getStringValue()
The string value of the connected text.MMText
getText()
Text of the value.MMTextAble
getTextAble()
The element that owns this text value.java.lang.String
getTextExpandedValue()
Returns the text value where all fill-ins are expanded.java.lang.String
getTextStringValue(MMText refObj, java.lang.String pattern)
Returns the displayed text value of the current object given by argument pattern orargument refObj
.void
setFlowDocumentValue(java.lang.String value)
Set the value of Attribut FlowDocumentValue.void
setStringValue(java.lang.String value)
Set the value of Attribut StringValue.void
setTextStringValue(java.lang.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, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getStringValue
java.lang.String getStringValue() throws InoNetException, SrvErrorException
The string value of the connected text.- Throws:
InoNetException
SrvErrorException
-
setStringValue
void setStringValue(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut StringValue.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getFlowDocumentValue
java.lang.String getFlowDocumentValue() throws InoNetException, SrvErrorException
The formatted value of the connected text.- Throws:
InoNetException
SrvErrorException
-
setFlowDocumentValue
void setFlowDocumentValue(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut FlowDocumentValue.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getName
java.lang.String getName() throws InoNetException, SrvErrorException
Returns the name of the text.- Throws:
InoNetException
SrvErrorException
-
getTextExpandedValue
java.lang.String getTextExpandedValue() throws InoNetException, SrvErrorException
Returns the text value where all fill-ins are expanded.- Throws:
InoNetException
SrvErrorException
-
getTextStringValue
java.lang.String getTextStringValue(MMText refObj, java.lang.String pattern) throws InoNetException, SrvErrorException
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:
InoNetException
SrvErrorException
-
setTextStringValue
void setTextStringValue(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info TextStringValue.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getFlowExpandedValue
java.lang.String getFlowExpandedValue() throws InoNetException, SrvErrorException
Returns the formatted value where all fill-ins are expanded.- Throws:
InoNetException
SrvErrorException
-
getText
MMText getText() throws InoNetException, SrvErrorException
Text of the value.- Throws:
InoNetException
SrvErrorException
-
getTextAble
MMTextAble getTextAble() throws InoNetException, SrvErrorException
The element that owns this text value.- Throws:
InoNetException
SrvErrorException
-
-