Sepasoft MES Module Suite
Abstract Simple MES Property
All the MES properties extend the Abstract Simple MES Property.
By using this property you can hide or display a property setting during production.
Also, this property can be used to set a property setting as required or optional.
Object Functions
This object provides the following functions:
isProductionVisible()
Specifies whether this property is visible during production. Returns True if it is visible during production and False otherwise.
isProductionVisible()
- Parameters
None
- Returns
boolean value - True if this property is visible during production and False otherwise.
- Scope
All
isRequired()
Specifies whether this property should be required. Returns True if this property is mandatory and False otherwise.
isRequired()
- Parameters
None
- Returns
boolean value - True if this property is mandatory and False otherwise.
- Scope
All
setProductionVisible(productionVisible)
If set to true, the property will be visible during production.
setProductionVisible(productionVisible)
- Parameters
boolean value - Set to true in order to make the property visible during production and set to false otherwise.
- Returns
Nothing
- Scope
All
setRequired(required)
Set this object function to True if the property is mandatory and set to False if the property is optional.
setRequired(required)
- Parameters
boolean value - Set to True if the property is required and False if it is optional.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite