Abstract Simple MES Property

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.

This object is derived from the Abstract MES Property and therefore inherit its functions or properties.

Object Functions

This object provides the following functions:

 isProductionVisible()

Description

Specifies whether this property is visible during production. Returns True if it is visible during production and False otherwise.

Syntax

isProductionVisible()

  • Parameters

None

  • Returns

boolean value - True if this property is visible during production and False otherwise.

  • Scope

All

 isRequired()

Description

Specifies whether this property should be required. Returns True if this property is mandatory and False otherwise.

Syntax

isRequired()

  • Parameters

None

  • Returns

boolean value - True if this property is mandatory and False otherwise.

  • Scope

All

 setProductionVisible(productionVisible)

Description

If set to true, the property will be visible during production.

Syntax

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)

Description

Set this object function to True if the property is mandatory and set to False if the property is optional.

Syntax

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