Class ELShortNameAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ELShortNameAbleHelper
This is a utility class for ELShortNameAble that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetToDefaultShortName(SrvContext srvCtx, List<? extends ELNamedElement> seqSel) Resets the short names of the provided items to their default names.
-
Method Details
-
setToDefaultShortName
public static void setToDefaultShortName(SrvContext srvCtx, List<? extends ELNamedElement> seqSel) throws InoNetException, SrvErrorException Resets the short 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
-