Sepasoft MES Module Suite
Signal Kind Type Object
The signal kind type object contains the available types that a signal can be:
Available types
- XBAR
- RANGE
- SBAR
- INDIVIDUAL
- MEDIAN
- P
- NP
- U
- C
- HISTOGRAM
- PARETO
- MR
Properties
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 signal kind is returned.
- Scope
All
getDataFormat()
Description
Returns the category of chart. See SPC Category Types for more information.
Syntax
getDataFormat()
- Parameters
None
- Returns
SPCDataFormat
- Scope
All
getText()
Description
Returns the user friendly localized text for the signal kind.
Syntax
getText()
- Parameters
None
- Returns
String text - The localized text for the corresponding signal kind.
- Scope
All
getTypeFromDescription(description)
Syntax
getTypeFromDescription(description)
- Parameters
String description - Description of the signal kind type to get the type for.
- Returns
SignalKindTypes type - Type of signal kind specified by the description parameter.
- Scope
All
getTypeFromName(name)
Description
Returns the signal kind type object for the name value specified.
Syntax
getTypeFromName(name)
- Parameters
String name - Name of the signal kind type.
- Returns
SignalKindTypes type - Type of signal kind specified by the name parameter.
- Scope
All
intToType(ordinal)
Description
Returns the signal kind type object for the ordinal value specified.
Syntax
intToType(ordinal)
- Parameters
int ordinal - Integer indicating position of the signal kind object.
- Returns
SignalKindTypes type - The signal kind type object for the ordinal specified.
- Scope
All
isUserSelectable()
Description
Returns true if the signal kind can be selected by the user.
Syntax
isUserSelectable()
- Parameters
None
- Returns
boolean - True if the signal kind types can be selected by the user, False otherwise.
- Scope
All
Sepasoft MES Module Suite