Class ELNamedElementHelper
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ELNamedElementHelper
A named element is an element in a model that may have a name
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetToDefaultName(SrvContext srvCtx, List<? extends ELNamedElement> seqSel) Resets the names of the provided items to their default names.
-
Method Details
-
setToDefaultName
public static void setToDefaultName(SrvContext srvCtx, List<? extends ELNamedElement> seqSel) throws InoNetException, SrvErrorException Resets the names of the provided items to their default names.- Parameters:
srvCtx- The context of the related innovator server.seqSel- List of selected elements- Throws:
InoNetExceptionSrvErrorException
-