Interface ELM2Verify
- All Superinterfaces:
ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
- All Known Subinterfaces:
MM2Verify
This is a utility class for ELM2Verify that provides static methods for creation or other purposes.
- Note:
- The interface ELM2Verify describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe verification message with default variables as string.intThe help message number of this meta verify.intThis verification's message number.getOwnClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This meta class' verifies.The schema that owns this meta verify.intgetVar1()Variable 1 of the default message.intgetVar2()Variable 2 of the default message.intgetVar3()Variable 3 of the default message.intgetVar4()Variable 4 of the default message.intgetVar5()Variable 5 of the default message.intgetVar6()Variable 6 of the default message.This verification's number.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, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getVfyNumber
This verification's number.- Throws:
InoNetExceptionSrvErrorException
-
getMsgNumber
This verification's message number.- Throws:
InoNetExceptionSrvErrorException
-
getVar1
Variable 1 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar2
Variable 2 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar3
Variable 3 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar4
Variable 4 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar5
Variable 5 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar6
Variable 6 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getHelpMsgNumber
The help message number of this meta verify.- Throws:
InoNetExceptionSrvErrorException
-
getAsString
The verification message with default variables as string.- Throws:
InoNetExceptionSrvErrorException
-
getOwnClass
<T extends ELM2Class> List<T> getOwnClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException This meta class' verifies.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getSchema
The schema that owns this meta verify.- Throws:
InoNetExceptionSrvErrorException
-