Interface ADCSPropertyValueRef
-
- All Superinterfaces:
ADCSPropertyValue
,ELContAsgnAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADCSPropertyValueRef extends ADCSPropertyValue
A instance valued property value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADCSPropertyValueRef.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADCSInstance
getCSInstance()
The instance referenced by this instance reference.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADCSPropertyValue
getOperation
-
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.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
-
getCSInstance
ADCSInstance getCSInstance() throws InoNetException, SrvErrorException
The instance referenced by this instance reference.- Throws:
InoNetException
SrvErrorException
-
-