export class MethodMaterialMode { /** * */ public static SINGLE_PASS: string = 'singlePass'; /** * */ public static MULTI_PASS: string = 'multiPass'; }