xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for PrintFormatEnum EnumType
* @subpackage Enumerations
*/
class PrintFormatEnum extends AbstractStructEnumBase
{
/**
* Constant for value 'PDF_FORMAT'
* @return string 'PDF_FORMAT'
*/
const VALUE_PDF_FORMAT = 'PDF_FORMAT';
/**
* Constant for value 'ZPL_FORMAT'
* @return string 'ZPL_FORMAT'
*/
const VALUE_ZPL_FORMAT = 'ZPL_FORMAT';
/**
* Return allowed values
* @uses self::VALUE_PDF_FORMAT
* @uses self::VALUE_ZPL_FORMAT
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_PDF_FORMAT,
self::VALUE_ZPL_FORMAT,
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO