Sepasoft MES Module Suite
Barcode Pattern Properties
getKey()
Description
Gets the key corresponding to this barcode pattern.
Syntax
getKey()
- Parameters
None
- Returns
String key - The key associated with this barcode pattern.
- Scope
All
getName()
Description
Returns the name corresponding to this barcode pattern.
Syntax
getName()
- Parameters
None
- Returns
String name - The name associated with this barcode pattern.
- Scope
All
getRegexPattern()
Description
Gets the regex pattern for this barcode.
Syntax
getRegexPattern()
- Parameters
None
- Returns
String regexPattern - The regex pattern for this particular barcode pattern.
- Scope
All
setKey(key)
Description
Sets the key for this barcode pattern.
Syntax
setKey(key)
- Parameters
String key - The key to set this barcode pattern for.
- Returns
Nothing
- Scope
All
setName(name)
Description
Sets the name for this barcode pattern.
Syntax
setName(name)
- Parameters
String name - The name to set the barcode pattern for.
- Returns
Nothing
- Scope
All
setRegexPattern(pattern)
Description
Sets the regex pattern for this barcode pattern.
Syntax
setRegexPattern(pattern)
- Parameters
String pattern - The regex pattern to set the barcode for.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite