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 classELM2Verify.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsString()The verification message with default variables as string.intgetHelpMsgNumber()The help message number of this meta verify.intgetMsgNumber()This verification's message number.<T extends ELM2Class>
java.util.List<T>getOwnClass(java.lang.Class<T> returnType)This meta class' verifies.ELM2SchemagetSchema()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.K_VFYgetVfyNumber()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:
InoNetExceptionSrvErrorException
-
getMsgNumber
int getMsgNumber() throws InoNetException, SrvErrorExceptionThis verification's message number.- Throws:
InoNetExceptionSrvErrorException
-
getVar1
int getVar1() throws InoNetException, SrvErrorExceptionVariable 1 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar2
int getVar2() throws InoNetException, SrvErrorExceptionVariable 2 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar3
int getVar3() throws InoNetException, SrvErrorExceptionVariable 3 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar4
int getVar4() throws InoNetException, SrvErrorExceptionVariable 4 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar5
int getVar5() throws InoNetException, SrvErrorExceptionVariable 5 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getVar6
int getVar6() throws InoNetException, SrvErrorExceptionVariable 6 of the default message.- Throws:
InoNetExceptionSrvErrorException
-
getHelpMsgNumber
int getHelpMsgNumber() throws InoNetException, SrvErrorExceptionThe help message number of this meta verify.- Throws:
InoNetExceptionSrvErrorException
-
getAsString
java.lang.String getAsString() throws InoNetException, SrvErrorExceptionThe verification message with default variables as string.- Throws:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
getSchema
ELM2Schema getSchema() throws InoNetException, SrvErrorException
The schema that owns this meta verify.- Throws:
InoNetExceptionSrvErrorException
-
-