public interface ICustomizationModules
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
description(int moduleID)
The Module Description
|
void |
description(int moduleID,
String pVal)
The Module Description
|
String |
guid(int moduleID)
The Module's globally unique ID.
|
void |
guid(int moduleID,
String pVal)
The Module's globally unique ID.
|
String |
name(int moduleID)
The Module Name.
|
void |
name(int moduleID,
String pVal)
The Module Name.
|
int |
visible(int moduleID)
A bit-mask that indicates for which groups the module is visible in the user interface.
|
void |
visible(int moduleID,
int pVal)
A bit-mask that indicates for which groups the module is visible in the user interface.
|
String name(int moduleID)
The Module Name.
Getter method for the COM property "Name"
moduleID
- Mandatory int parameter.void name(int moduleID, String pVal)
The Module Name.
Setter method for the COM property "Name"
moduleID
- Mandatory int parameter.pVal
- Mandatory java.lang.String parameter.String guid(int moduleID)
The Module's globally unique ID.
Getter method for the COM property "GUID"
moduleID
- Mandatory int parameter.void guid(int moduleID, String pVal)
The Module's globally unique ID.
Setter method for the COM property "GUID"
moduleID
- Mandatory int parameter.pVal
- Mandatory java.lang.String parameter.String description(int moduleID)
The Module Description
Getter method for the COM property "Description"
moduleID
- Mandatory int parameter.void description(int moduleID, String pVal)
The Module Description
Setter method for the COM property "Description"
moduleID
- Mandatory int parameter.pVal
- Mandatory java.lang.String parameter.int visible(int moduleID)
A bit-mask that indicates for which groups the module is visible in the user interface.
Getter method for the COM property "Visible"
moduleID
- Mandatory int parameter.void visible(int moduleID, int pVal)
A bit-mask that indicates for which groups the module is visible in the user interface.
Setter method for the COM property "Visible"
moduleID
- Mandatory int parameter.pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.