Abstract Value Item Info

Sepasoft MES Module Suite

Abstract Value Item Info

This object holds information about the analysis value item that can be a value source or a calculator.

Warning

This object is not derived from the MESAbstractObject and therefore does not inherit its functions or properties.

Object Creation

The following script functions can be used to return this type of object.

The following object methods can be used to return this type of object.

  • MES Analysis Results Object.getDrillDownFilterItem()
  • MES Analysis Results Object.getDrillDownOptions()

Use

The following object methods used this type of object.

  • MES Analysis Results Object.setDrillDownFilterItem()
  • MES Analysis Results Object.setDrillDownOptions()

Object Functions

The following methods exist for the Abstract Value Item Info object.

getDescription()


Description

 Returns the description for the Abstract Value Item object.


Syntax

getDescription()

  • Parameters

None

  • Returns

String - The description for this AbstractValueItem object.

  • Scope

All



isBoolean()


Description

Returns True, if it is a boolean value.


Syntax

isBoolean()

  • Parameters

None

  • Returns

boolean - True, if it is a boolean.

  • Scope

All



isDateTime()


Description

 Returns True if this Abstract Value Item object holds a date and time value.


Syntax

isDateTime()

  • Parameters

None

  • Returns

boolean - True if the object holds a date and time.

  • Scope

All



isDouble()


Description

Returns True if the object holds a double value.


Syntax

isDouble()

  • Parameters

None

  • Returns

boolean - True, if the object is a double.

  • Scope

All



isInteger()


Description

 Returns True if this object is an integer.


Syntax

isInteger()

  • Parameters

None

  • Returns

boolean - True, if the object is an integer.

  • Scope

All



isNumeric()


Description

Returns True if this object holds a numeric value.


Syntax

isNumeric()

  • Parameters

None

  • Returns

boolean - True, if it is a numeric value.

  • Scope

All



isString()


Description

 Returns True if this object holds a string.


Syntax

isString()

  • Parameters

None

  • Returns

boolean - True, if the object is a string.

  • Scope

All



Sepasoft MES Module Suite