Interface ELM2Verify
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
- All Known Subinterfaces:
MM2Verify
public interface ELM2Verify extends ELContainerAble, ELContAsgnAble
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 Modifier and Type Interface Description static class
ELM2Verify.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAsString()
The verification message with default variables as string.int
getHelpMsgNumber()
The help message number of this meta verify.int
getMsgNumber()
This verification's message number.<T extends ELM2Class>
java.util.List<T>getOwnClass(java.lang.Class<T> returnType)
This meta class' verifies.ELM2Schema
getSchema()
The schema that owns this meta verify.int
getVar1()
Variable 1 of the default message.int
getVar2()
Variable 2 of the default message.int
getVar3()
Variable 3 of the default message.int
getVar4()
Variable 4 of the default message.int
getVar5()
Variable 5 of the default message.int
getVar6()
Variable 6 of the default message.K_VFY
getVfyNumber()
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, 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
-
getVfyNumber
K_VFY getVfyNumber() throws InoNetException, SrvErrorException
This verification's number.- Throws:
InoNetException
SrvErrorException
-
getMsgNumber
int getMsgNumber() throws InoNetException, SrvErrorException
This verification's message number.- Throws:
InoNetException
SrvErrorException
-
getVar1
int getVar1() throws InoNetException, SrvErrorException
Variable 1 of the default message.- Throws:
InoNetException
SrvErrorException
-
getVar2
int getVar2() throws InoNetException, SrvErrorException
Variable 2 of the default message.- Throws:
InoNetException
SrvErrorException
-
getVar3
int getVar3() throws InoNetException, SrvErrorException
Variable 3 of the default message.- Throws:
InoNetException
SrvErrorException
-
getVar4
int getVar4() throws InoNetException, SrvErrorException
Variable 4 of the default message.- Throws:
InoNetException
SrvErrorException
-
getVar5
int getVar5() throws InoNetException, SrvErrorException
Variable 5 of the default message.- Throws:
InoNetException
SrvErrorException
-
getVar6
int getVar6() throws InoNetException, SrvErrorException
Variable 6 of the default message.- Throws:
InoNetException
SrvErrorException
-
getHelpMsgNumber
int getHelpMsgNumber() throws InoNetException, SrvErrorException
The help message number of this meta verify.- Throws:
InoNetException
SrvErrorException
-
getAsString
java.lang.String getAsString() throws InoNetException, SrvErrorException
The verification message with default variables as string.- Throws:
InoNetException
SrvErrorException
-
getOwnClass
<T extends ELM2Class> java.util.List<T> getOwnClass(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
This meta class' verifies.- Parameters:
returnType
- Specifies the type of elements to be returned.- Throws:
InoNetException
SrvErrorException
-
getSchema
ELM2Schema getSchema() throws InoNetException, SrvErrorException
The schema that owns this meta verify.- Throws:
InoNetException
SrvErrorException
-
-