Interface ELTranslatedValue
-
- All Superinterfaces:
ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
public interface ELTranslatedValue extends ELDeleteAble, ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classELTranslatedValue.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELM2AttributegetM2Attribute()The attribute of this translated value.ELUUIDAblegetTranslatedElement()The element of this translated value.ELTranslationAblegetTranslationContainer()The translation container owning this translated value.-
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
-
getTranslatedElement
ELUUIDAble getTranslatedElement() throws InoNetException, SrvErrorException
The element of this translated value.- Throws:
InoNetExceptionSrvErrorException
-
getM2Attribute
ELM2Attribute getM2Attribute() throws InoNetException, SrvErrorException
The attribute of this translated value.- Throws:
InoNetExceptionSrvErrorException
-
getTranslationContainer
ELTranslationAble getTranslationContainer() throws InoNetException, SrvErrorException
The translation container owning this translated value.- Throws:
InoNetExceptionSrvErrorException
-
-