public final class OperationalPatternHelper
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OperationalPatternHelper.ItemComplexity
An enumeration representing ItemComplexity 
 | 
static class  | 
OperationalPatternHelper.PackageComplexity
An enumeration representing the Package Complexity 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OperationalPatternHelper.ItemComplexity | 
getItemComplexity(byte[] ul)
Getter for the Item Complexity corresponding to the UL that is passed in 
 | 
static OperationalPatternHelper.PackageComplexity | 
getPackageComplexity(byte[] ul)
Getter for the Package Complexity corresponding to the UL that is passed in 
 | 
public static OperationalPatternHelper.PackageComplexity getPackageComplexity(byte[] ul)
ul - the universal label corresponding to the operational pattern that this file complies withpublic static OperationalPatternHelper.ItemComplexity getItemComplexity(byte[] ul)
ul - the universal label corresponding to the operational pattern that this file complies with