de.mid.innovator.srv2api.icw2elem
Interface ELValSpecInteger
- All Superinterfaces:
- ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELNamedElement, ELNamespaceAsgnAble, ELObject, ELTypedElement, ELValSpec, ELValueReUseAble
public interface ELValSpecInteger
- extends ELValSpec
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValSpec |
getAsString, getExpression, getInteractionUse, getMessage, getOwnerAction, getOwnerNode, getOwnerValuePin, getOwningBCProperty, getOwningFilterProperty, getOwningFontStereotype, getOwningInstanceSpec, getOwningLabelAble, getOwningSlot, getOwningStereotypeAble, getOwningTypedElement, getTypedElementName, getTypedElementOfValSpec, setAsString |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble |
getCheckSetNotToLocalizeAttribute, getClientDependency, getNotToLocalizeAttribute, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedLocalizedValue, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, resetNotToLocalizeAttribute, setNotToLocalizeAttribute, sortContents |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELTypedElement |
getModifyTypedElementDeclaration, getType, getTypedElementCnstr, getTypeKind, getValSpecOfTypedElement, getValSpecOfTypedElementWithPattern, getValSpecOfTypedElementWithPattern, isBitmapAble, isColorAble, modifyTypedElementDeclaration, setType |
| 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.ELNamedElement |
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| 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 |
getLongValue
int getLongValue()
throws InoNetException,
SrvErrorException
- This element's integer value.
- Throws:
InoNetException
SrvErrorException
getOwningTypeFilterEnumViewChapter
DGViewChapter getOwningTypeFilterEnumViewChapter()
throws InoNetException,
SrvErrorException
- The view chapter with this type filter enumeration integer value.
- Throws:
InoNetException
SrvErrorException
getTypingM2TypeInteger
ELM2TypeInteger getTypingM2TypeInteger()
throws InoNetException,
SrvErrorException
- The meta integer type that types this integer value.
- Throws:
InoNetException
SrvErrorException
setLongValue
void setLongValue(int value)
throws InoNetException,
SrvErrorException
- Set the value of Attribut LongValue.
- Parameters:
value - The value to be set.
- Throws:
InoNetException
SrvErrorException