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 classMMTextValue.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFlowDocumentValue()The formatted value of the connected text.java.lang.StringgetFlowExpandedValue()Returns the formatted value where all fill-ins are expanded.java.lang.StringgetName()Returns the name of the text.java.lang.StringgetStringValue()The string value of the connected text.MMTextgetText()Text of the value.MMTextAblegetTextAble()The element that owns this text value.java.lang.StringgetTextExpandedValue()Returns the text value where all fill-ins are expanded.java.lang.StringgetTextStringValue(MMText refObj, java.lang.String pattern)Returns the displayed text value of the current object given by argument pattern orargument refObj.voidsetFlowDocumentValue(java.lang.String value)Set the value of Attribut FlowDocumentValue.voidsetStringValue(java.lang.String value)Set the value of Attribut StringValue.voidsetTextStringValue(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, SrvErrorExceptionThe string value of the connected text.- Throws:
InoNetExceptionSrvErrorException
-
setStringValue
void setStringValue(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut StringValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getFlowDocumentValue
java.lang.String getFlowDocumentValue() throws InoNetException, SrvErrorExceptionThe formatted value of the connected text.- Throws:
InoNetExceptionSrvErrorException
-
setFlowDocumentValue
void setFlowDocumentValue(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut FlowDocumentValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getName
java.lang.String getName() throws InoNetException, SrvErrorExceptionReturns the name of the text.- Throws:
InoNetExceptionSrvErrorException
-
getTextExpandedValue
java.lang.String getTextExpandedValue() throws InoNetException, SrvErrorExceptionReturns the text value where all fill-ins are expanded.- Throws:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
setTextStringValue
void setTextStringValue(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Info TextStringValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getFlowExpandedValue
java.lang.String getFlowExpandedValue() throws InoNetException, SrvErrorExceptionReturns the formatted value where all fill-ins are expanded.- Throws:
InoNetExceptionSrvErrorException
-
getText
MMText getText() throws InoNetException, SrvErrorException
Text of the value.- Throws:
InoNetExceptionSrvErrorException
-
getTextAble
MMTextAble getTextAble() throws InoNetException, SrvErrorException
The element that owns this text value.- Throws:
InoNetExceptionSrvErrorException
-
-