Calculation Kind Types

Sepasoft MES Module Suite

The calculation kind type object contains the available types that SPC calculation can be:

Available data types

Properties

 

intToType(ordinal)

Description

Returns the calculation kind type object for the ordinal value specified.

Syntax

intToType(ordinal)


  • Parameters

int ordinal - Integer indicating position of the calculation kind object.

  • Returns

CalculationKindTypes type - The calculation kind type object for the ordinal specified.

  • Scope

All

getTypeFromDescription(description)

Description

Gets the ClaculationKindType object specified by the description parameter.

Syntax

getTypeFromDescription(description)


  • Parameters

String description - Description of the calculation kind type to get the type for.

  • Returns

CalculationKindTypes type - Type of calculation kind specified by the description parameter.

  • Scope

All

getCategory()

Description

Returns the category of chart. See SPC Category Types for more information.

Syntax

getCategory()


  • Parameters

None

  • Returns

SPCCategoryTypes  - The category object for the calculation kind is returned.

  • Scope

All

isUserSelectable()

Description

 Returns true if the event kind can be selected by the user.

Syntax

isUserSelectable()


  • Parameters

None

  • Returns

boolean  - True if the event kind types can be selected by the user, False otherwise.

  • Scope

All

getTypeFromName(name)

Description

 Returns the calculation kind type object for the name value specified.

Syntax

getTypeFromName(name)


  • Parameters

None

  • Returns

CalculationKindTypes - The category object for the event kind is returned.

  • Scope

All

 

 

 

Sepasoft MES Module Suite