Package de.mid.innovator.srv2api.icw2im
Class IMClassifierHelper
java.lang.Object
de.mid.innovator.srv2api.icw2im.IMClassifierHelper
Classifier within an Information Management Model.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic IMClassifiercreateByStructString(SrvContext srvCtx, ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.
-
Method Details
-
createByStructString
public static IMClassifier createByStructString(SrvContext srvCtx, ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) throws InoNetException, SrvErrorException This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.- Parameters:
srvCtx- The context of the related innovator server.itemOwner- Owner element (Package or Property), otherwise take the typed propertyitemTypedProperty- Typed property, otherwise take the owner propertykVocl- Class of new element (EREntiy|DBTable), otherwise determined from the previous componentsstrStruct- String describing the property structure of the classifier- Throws:
InoNetExceptionSrvErrorException
-